diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-07-19 11:17:26 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-07-19 11:17:26 +0000 |
commit | c8eacaa2a8634088af181533a5604a39e6524961 (patch) | |
tree | 82560fec581b91bcbae460e6c2c40790daff7f63 | |
parent | 08cf6cd49c5f61e9e94b592c4c33a6b7bf7d46ab (diff) |
adapted to Gem's new file-layout
svn path=/trunk/externals/gem2pdp/; revision=15162
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2ce9179..58f12bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ GEM2PDP_DISTRO = /mnt/c/ydegoyon.free.fr/gem2pdp-$(GEM2PDP_VERSION) GEM2PDP_TARBALL = $(GEM2PDP_DISTRO).tar.gz # build flags -INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src +INCLUDES = @INCLUDES@ -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(GEM_DIR)/src -I$(GEM_DIR)/src/deprecated CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ -DGEM2PDP_VERSION=\"$(GEM2PDP_VERSION)\" -g @CFLAGS@ diff --git a/configure.ac b/configure.ac index 3896734..74f3855 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ then fi echo -n "looking for gem sources (required) ... " -if test -f $GEM_DIR/src/Base/GemMan.h +if test -f $GEM_DIR/src/Base/CPPExtern.h then AC_SUBST(GEM_DIR) echo "ok." |