Removed the last changes to autotools scripts, I gonna add better glade

detection later.
This commit is contained in:
yabause 2007-01-04 00:03:52 +00:00
parent 55cfb520b8
commit ec440a0d60
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ if test "x$HAVE_SDL" = "xyes"; then
UI_DIR="cli $UI_DIR" UI_DIR="cli $UI_DIR"
if test "x$HAVE_GTK" = "xyes"; then if test "x$HAVE_GTK" = "xyes"; then
# GTK requires SDL # GTK requires SDL
UI_DIR="gtk gtk-glade $UI_DIR" UI_DIR="gtk $UI_DIR"
fi fi
fi fi
@ -110,7 +110,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile src/Makefile
src/cli/Makefile src/cli/Makefile
src/gtk/Makefile src/gtk/Makefile
src/gtk-glade/Makefile
src/windows/Makefile src/windows/Makefile
autopackage/default.apspec autopackage/default.apspec
]) ])

View File

@ -1,4 +1,4 @@
SUBDIRS = . $(UI_DIR) gtk-glade SUBDIRS = . $(UI_DIR)
noinst_LIBRARIES = libdesmume.a noinst_LIBRARIES = libdesmume.a
libdesmume_a_SOURCES = \ libdesmume_a_SOURCES = \
armcpu.c armcpu.h ARM9.h \ armcpu.c armcpu.h ARM9.h \