X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=4e1d98cb1795268d64844e0782d3da7dbb7cca6b;hb=5905b40585298defb8e4230adfe90dfbccb465b9;hp=48ea52a1bdde7b70df1e2ed2a4da8afdd22214b6;hpb=5d3fdb383ded96e89f6cd864da6df4cc724d030f;p=emu8051.git diff --git a/src/Makefile.am b/src/Makefile.am index 48ea52a..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