damdoum 2007-01 :

added gtk-glade ui
needs libglade-2.0 and "-Wl,-export-dynamic" for compilation
This commit is contained in:
damdoum 2007-01-03 23:51:04 +00:00
parent 15d890bcd3
commit daf5d2713d
2 changed files with 3 additions and 2 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 $UI_DIR" UI_DIR="gtk gtk-glade $UI_DIR"
fi fi
fi fi
@ -110,6 +110,7 @@ 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) SUBDIRS = . $(UI_DIR) gtk-glade
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 \