aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-03-07 16:06:18 +0000
committerMarcus Brinkmann <[email protected]>2004-03-07 16:06:18 +0000
commit223f9dcc88dfcd7a66e4f3aa4e18f8aeccbdda2f (patch)
tree1e7d3f9abbff6238569eb8d970ade9ae6298f89e
parent2004-03-07 Marcus Brinkmann <[email protected]> (diff)
downloadlibgpg-error-223f9dcc88dfcd7a66e4f3aa4e18f8aeccbdda2f.tar.gz
libgpg-error-223f9dcc88dfcd7a66e4f3aa4e18f8aeccbdda2f.zip
2004-03-07 Marcus Brinkmann <[email protected]>
* tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to -I$(top_builddir).
-rw-r--r--ChangeLog3
-rw-r--r--tests/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c92399b..69551d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
* src/gpg-error-config.in (Options): Do not emit include and lib
directory for prefix "/usr" or "".
+ * tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to
+ -I$(top_builddir).
+
2004-03-01 Marcus Brinkmann <[email protected]>
* configure.ac: Define CC_FOR_BUILD.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c116a83..0530cf8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,7 @@
TESTS = t-strerror
-INCLUDES = -I$(top_srcdir)/src
+INCLUDES = -I$(top_builddir)/src
LDADD = ../src/libgpg-error.la