Fix bug with children not resizing with main window
[emu8051.git] / src / Makefile.am
index 40d1acb..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 \
@@ -43,8 +47,8 @@ if USE_GTK
        helpmenu.c \
        helpmenu.h \
        messagebox.c \
-       messagebox.h \
-       gtksizes.h
+       messagebox.h
+
   emu8051_gtk_LDADD = $(GTK_LIBS)
 endif