Fix bug with children not resizing with main window
[emu8051.git] / configure.ac
index 4bd3237..2f0407a 100644 (file)
@@ -29,6 +29,10 @@ dnl -g is for GDB debugging
   CFLAGS="${CFLAGS} -g -gdwarf-2 -g3"
 fi
 
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.26.0])
+AC_SUBST(GLIB_CFLAGS)
+AC_SUBST(GLIB_LIBS)
+
 dnl Checks for Gtk+-2.0
 AC_ARG_ENABLE(gui,
        [  --enable-gui     Enable building the GUI (default=yes)],
@@ -55,7 +59,7 @@ AC_SUBST(LIBS)
 AC_SUBST(ac_aux_dir)
 
 dnl Creating output file(s)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile)
+AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile)
 
 echo \
 "---------------------------------------------------------------------------