aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/tests')
-rw-r--r--lang/cpp/tests/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/cpp/tests/Makefile.am b/lang/cpp/tests/Makefile.am
index 9e67dff3..61b91633 100644
--- a/lang/cpp/tests/Makefile.am
+++ b/lang/cpp/tests/Makefile.am
@@ -20,14 +20,13 @@
AM_LDFLAGS = -no-install
-LDADD = ../../cpp/src/libgpgmepp.la \
- ../../../src/libgpgme.la @GPG_ERROR_LIBS@ \
+LDADD = ../src/libgpgmepp.la \
+ @GPGME_LIBS@ @GPG_ERROR_LIBS@ \
@LDADD_FOR_TESTS_KLUDGE@ -lstdc++
-AM_CPPFLAGS = -I$(top_srcdir)/lang/cpp/src -I$(top_builddir)/src \
+AM_CPPFLAGS = -I$(top_srcdir)/src @GPGME_CFLAGS@ \
@GPG_ERROR_CFLAGS@ @GPG_ERROR_CFLAGS@ \
- @LIBASSUAN_CFLAGS@ -DBUILDING_GPGMEPP \
- -DTOP_SRCDIR="$(top_srcdir)"
+ -DBUILDING_GPGMEPP
run_getkey_SOURCES = run-getkey.cpp
run_keylist_SOURCES = run-keylist.cpp