summaryrefslogtreecommitdiffstats
path: root/lasso
diff options
context:
space:
mode:
Diffstat (limited to 'lasso')
-rw-r--r--lasso/Makefile.am2
-rw-r--r--lasso/id-ff/Makefile.am1
-rw-r--r--lasso/saml-2.0/Makefile.am1
3 files changed, 3 insertions, 1 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index bead20ea..7f443058 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = xml id-ff id-wsf saml-2.0
liblassoincludedir = $(includedir)/lasso
-INCLUDES = -I$(top_srcdir) $(LASSO_CORE_CFLAGS)
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(LASSO_CORE_CFLAGS)
## Added to activate libtool 1.5.6 windows resources partial support
LTRCCOMPILE = $(LIBTOOL) --tag=RC --mode=compile $(RC) \
diff --git a/lasso/id-ff/Makefile.am b/lasso/id-ff/Makefile.am
index 3f33baaa..917507a0 100644
--- a/lasso/id-ff/Makefile.am
+++ b/lasso/id-ff/Makefile.am
@@ -3,6 +3,7 @@ liblassoincludedir = $(includedir)/lasso/id-ff
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
+ -I$(top_builddir) \
$(LASSO_CORE_CFLAGS) \
-DG_LOG_DOMAIN=\"lasso\"
diff --git a/lasso/saml-2.0/Makefile.am b/lasso/saml-2.0/Makefile.am
index ccd913ab..7f38fc95 100644
--- a/lasso/saml-2.0/Makefile.am
+++ b/lasso/saml-2.0/Makefile.am
@@ -3,6 +3,7 @@ liblassoincludedir = $(includedir)/lasso/saml-2.0
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
+ -I$(top_builddir) \
$(LASSO_CORE_CFLAGS) \
-DG_LOG_DOMAIN=\"lasso\"