X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=4e1d98cb1795268d64844e0782d3da7dbb7cca6b;hb=5905b40585298defb8e4230adfe90dfbccb465b9;hp=40d1acb4e8401b9bb740c37cb3e81c4673c98963;hpb=dfa6052123128f13ca08077da18b876f75fa6c83;p=emu8051.git diff --git a/src/Makefile.am b/src/Makefile.am index 40d1acb..4e1d98c 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,12 +17,15 @@ common_SOURCES = \ instructions_8051.c \ options.c \ options.h \ + log.c log.h \ + app-config.c app-config.h \ hexfile.c \ hexfile.h \ cpu8051.c \ cpu8051.h \ memory.c \ memory.h \ + psw.c psw.h \ common.h \ reg8051.h @@ -43,8 +49,8 @@ if USE_GTK helpmenu.c \ helpmenu.h \ messagebox.c \ - messagebox.h \ - gtksizes.h + messagebox.h + emu8051_gtk_LDADD = $(GTK_LIBS) endif