Refactor perl code to write file header
[emu8051.git] / src / Makefile.am
index 48ea52a..4e1d98c 100644 (file)
@@ -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