X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=c9804423546fe9d198f5b6a418cd6d1b5570a053;hb=ba7ff1a7a78b3aa7c2cad9bfce117256638938b1;hp=40d1acb4e8401b9bb740c37cb3e81c4673c98963;hpb=dfa6052123128f13ca08077da18b876f75fa6c83;p=emu8051.git diff --git a/src/Makefile.am b/src/Makefile.am index 40d1acb..c980442 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,8 +3,11 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/pixmaps \ + $(GLIB_CFLAGS) \ $(GTK_CFLAGS) +LDADD = $(GLIB_LIBS) + bin_PROGRAMS = emu8051-cli # instructions_8051.c must be first, because it and other files @@ -14,6 +17,7 @@ common_SOURCES = \ instructions_8051.c \ options.c \ options.h \ + app-config.c app-config.h \ hexfile.c \ hexfile.h \ cpu8051.c \ @@ -43,8 +47,8 @@ if USE_GTK helpmenu.c \ helpmenu.h \ messagebox.c \ - messagebox.h \ - gtksizes.h + messagebox.h + emu8051_gtk_LDADD = $(GTK_LIBS) endif