diff --git a/desmume/configure.ac b/desmume/configure.ac index 9774a796e..99bd59643 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 gtk-glade $UI_DIR" + UI_DIR="gtk $UI_DIR" fi fi @@ -110,7 +110,6 @@ 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 e2443cf05..18be5aaa6 100644 --- a/desmume/src/Makefile.am +++ b/desmume/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = . $(UI_DIR) gtk-glade +SUBDIRS = . $(UI_DIR) noinst_LIBRARIES = libdesmume.a libdesmume_a_SOURCES = \ armcpu.c armcpu.h ARM9.h \