From f1a44e73aed06340a8756b725ce45968a6e2310d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 16 Oct 2005 15:52:49 +0000 Subject: [PATCH] Fixed include dir (prefix). --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')