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