X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=05c56da8592f41521607fe4546515cb6cc95484f;hb=4c86604f944240034b02db1bd37b9092455d5d9f;hp=48ea52a1bdde7b70df1e2ed2a4da8afdd22214b6;hpb=5d3fdb383ded96e89f6cd864da6df4cc724d030f;p=emu8051.git diff --git a/src/Makefile.am b/src/Makefile.am index 48ea52a..05c56da 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,8 @@ 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 \