Add support for saving UI settings to config file
[emu8051.git] / src / Makefile.am
index 48ea52a..c980442 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,6 +17,7 @@ common_SOURCES = \
        instructions_8051.c \
        options.c \
        options.h \
+       app-config.c app-config.h \
        hexfile.c \
        hexfile.h \
        cpu8051.c \