aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-05-20 14:15:14 +0200
committerTobias Brunner <tobias@strongswan.org>2009-05-20 19:38:01 +0200
commitd2e9cbc9a2a84e9c7c06e74860b674fb1059e118 (patch)
tree083f96656a39333018febb6855f36caa6fda2f0a /src/dumm
parenta13c013b6ff13f494691db7f8d425c6fa3ef1350 (diff)
downloadstrongswan-d2e9cbc9a2a84e9c7c06e74860b674fb1059e118.tar.bz2
strongswan-d2e9cbc9a2a84e9c7c06e74860b674fb1059e118.tar.xz
The configure script now tries to figure out where ruby.h is located.
This is required because the location depends on the architecture.
Diffstat (limited to 'src/dumm')
-rw-r--r--src/dumm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumm/Makefile.am b/src/dumm/Makefile.am
index 029290fb6..64e40ee63 100644
--- a/src/dumm/Makefile.am
+++ b/src/dumm/Makefile.am
@@ -15,5 +15,5 @@ dumm_LDADD = libdumm.la ${gtk_LIBS}
irdumm_LDADD = libdumm.la -lruby1.8
INCLUDES = -I$(top_srcdir)/src/libstrongswan ${gtk_CFLAGS} \
- -I/usr/lib/ruby/1.8/i486-linux/
+ ${RUBYINCLUDE}
AM_CFLAGS = -D_FILE_OFFSET_BITS=64