aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-16 15:52:49 +0000
committerVincent Richard <[email protected]>2005-10-16 15:52:49 +0000
commitf1a44e73aed06340a8756b725ce45968a6e2310d (patch)
tree59cec69a47aa3fa76f091eaff4dad195fd025d0a
parentFixed libtool CXX tag on FreeBSD (thanks to Xin LI). (diff)
downloadvmime-f1a44e73aed06340a8756b725ce45968a6e2310d.tar.gz
vmime-f1a44e73aed06340a8756b725ce45968a6e2310d.zip
Fixed include dir (prefix).
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index dfd4c8be..95af6e2c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1117,7 +1117,7 @@ docdir = $(datadir)/doc/$(GENERIC_LIBRARY_NAME)
AUTOMAKE_OPTIONS = no-dependencies foreign
INTERNALS =
-INCLUDES = -I$(top_srcdir) -I$(srcdir) @PKGCONFIG_CFLAGS@ @EXTRA_CFLAGS@
+INCLUDES = -I$(prefix)/include -I$(top_srcdir) @PKGCONFIG_CFLAGS@ @EXTRA_CFLAGS@
""")
Makefile_am.write('lib_LTLIBRARIES = ' + packageVersionedName + '.la\n')