From daf5d2713d9cd4fa8abbab090cf561ae352c1fd5 Mon Sep 17 00:00:00 2001 From: damdoum Date: Wed, 3 Jan 2007 23:51:04 +0000 Subject: [PATCH] damdoum 2007-01 : added gtk-glade ui needs libglade-2.0 and "-Wl,-export-dynamic" for compilation --- desmume/configure.ac | 3 ++- desmume/src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 \