diff options
author | Marcus Brinkmann <[email protected]> | 2004-03-07 16:06:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-03-07 16:06:18 +0000 |
commit | 223f9dcc88dfcd7a66e4f3aa4e18f8aeccbdda2f (patch) | |
tree | 1e7d3f9abbff6238569eb8d970ade9ae6298f89e | |
parent | 2004-03-07 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-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-- | ChangeLog | 3 | ||||
-rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |