diff options
| author | Vincent Richard <[email protected]> | 2005-10-16 17:52:49 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-10-16 17:52:49 +0200 |
| commit | f1a44e73aed06340a8756b725ce45968a6e2310d (patch) | |
| tree | 59cec69a47aa3fa76f091eaff4dad195fd025d0a /SConstruct | |
| parent | Fixed libtool CXX tag on FreeBSD (thanks to Xin LI). (diff) | |
| download | vmime-f1a44e73aed06340a8756b725ce45968a6e2310d.tar.gz vmime-f1a44e73aed06340a8756b725ce45968a6e2310d.zip | |
Fixed include dir (prefix).
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
