summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:16 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:16 +0000
commit0de54dd27eb82992cc23c0201cec98ab04bfb851 (patch)
tree505de2f79763fe20503c6b173672ff014505c1cc
parent2e7bd59c876ced9d5b0cbd1b2c6558b6a78a5a52 (diff)
downloadlasso-0de54dd27eb82992cc23c0201cec98ab04bfb851.tar.gz
lasso-0de54dd27eb82992cc23c0201cec98ab04bfb851.tar.xz
lasso-0de54dd27eb82992cc23c0201cec98ab04bfb851.zip
Add $(top_builddir) to include of id-wsf and id-wsf-2.0 Makefile.am to work with distcheck.
-rw-r--r--lasso/id-wsf-2.0/Makefile.am1
-rw-r--r--lasso/id-wsf/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-wsf-2.0/Makefile.am b/lasso/id-wsf-2.0/Makefile.am
index 8a6c7a2d..c9cf4ca7 100644
--- a/lasso/id-wsf-2.0/Makefile.am
+++ b/lasso/id-wsf-2.0/Makefile.am
@@ -3,6 +3,7 @@ liblassoincludedir = $(includedir)/lasso/id-wsf-2.0
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
+ -I$(top_builddir) \
$(LASSO_CORE_CFLAGS) \
-DG_LOG_DOMAIN=\"lasso\"
diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am
index 1b17c4a9..a919a127 100644
--- a/lasso/id-wsf/Makefile.am
+++ b/lasso/id-wsf/Makefile.am
@@ -3,6 +3,7 @@ liblassoincludedir = $(includedir)/lasso/id-wsf
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
+ -I$(top_builddir) \
$(LASSO_CORE_CFLAGS) \
-DG_LOG_DOMAIN=\"lasso\"