aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-12-03 14:27:52 +0000
committerMarcus Brinkmann <[email protected]>2008-12-03 14:27:52 +0000
commit6d93f41f053f7e927739edf0ae80cf24cf059a17 (patch)
tree313f4617894554a604a7d5971e3438655e68dd10 /tests/Makefile.am
parent2008-12-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-6d93f41f053f7e927739edf0ae80cf24cf059a17.tar.gz
gpgme-6d93f41f053f7e927739edf0ae80cf24cf059a17.zip
2008-12-03 Marcus Brinkmann <[email protected]>
* Makefile.am (INCLUDES): Fix path to include file. * gpg/Makefile.am (INCLUDES), gpgsm/Makefile.am (INCLUDES): Likewise.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 068f8865..19307f28 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,7 +26,7 @@ TESTS = t-version t-data t-engine-info
EXTRA_DIST = t-data-1.txt t-data-2.txt
-INCLUDES = -I$(top_srcdir)/gpgme
+INCLUDES = -I$(top_builddir)/src
AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@