diff --git a/desmume/configure.ac b/desmume/configure.ac index 99bd59643..9774a796e 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -57,7 +57,7 @@ if test "x$HAVE_SDL" = "xyes"; then UI_DIR="cli $UI_DIR" if test "x$HAVE_GTK" = "xyes"; then # GTK requires SDL - UI_DIR="gtk $UI_DIR" + UI_DIR="gtk gtk-glade $UI_DIR" fi fi @@ -110,6 +110,7 @@ AC_CONFIG_FILES([Makefile src/Makefile src/cli/Makefile src/gtk/Makefile + src/gtk-glade/Makefile src/windows/Makefile autopackage/default.apspec ]) diff --git a/desmume/src/Makefile.am b/desmume/src/Makefile.am index 18be5aaa6..e2443cf05 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . $(UI_DIR) +SUBDIRS = . $(UI_DIR) gtk-glade noinst_LIBRARIES = libdesmume.a libdesmume_a_SOURCES = \ armcpu.c armcpu.h ARM9.h \