X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtk%2FMakefile.am;h=980609bc38197da99c9dd120c60d6151d405294d;hb=d755f9638255472107ae445f4f82d8fcd3446b20;hp=22bb895381155d3149fbf4c9f42198cbc3fa710d;hpb=1eb382f72510d50b3636fb88c4bfaf17183672b6;p=emu8051.git diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 22bb895..980609b 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -1,7 +1,7 @@ # This file is processed by GNU automake to generate Makefile.in AM_CPPFLAGS = \ - -Wall \ + $(WARNINGCFLAGS) \ -I@top_srcdir@ \ -I@top_srcdir@/src/common \ -I$(top_srcdir)/pixmaps \ @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ LDADD = \ $(top_builddir)/src/common/libemu8051.a \ @GTK_LIBS@ \ + @ZLIB_LIBS@ \ @GLIB_LIBS@ bin_PROGRAMS = emu8051-gtk @@ -26,6 +27,7 @@ emu8051_gtk_SOURCES = \ pgmwin.c pgmwin.h \ regwin.c regwin.h \ pswwin.c pswwin.h \ + timerwin.c timerwin.h \ filemenu.c filemenu.h \ viewmenu.c viewmenu.h \ helpmenu.c helpmenu.h \