aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index c3a12511..4a02d2dc 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -9,7 +9,7 @@ AM_CPPFLAGS = \
9 -I$(top_srcdir)/src/include \ 9 -I$(top_srcdir)/src/include \
10 @LIBGCRYPT_CFLAGS@ 10 @LIBGCRYPT_CFLAGS@
11 11
12AM_CFLAGS = -DDATADIR=\"$(top_srcdir)/src/datadir/\" 12AM_CFLAGS = -DDATA_DIR=\"$(top_srcdir)/src/datadir/\"
13 13
14if USE_COVERAGE 14if USE_COVERAGE
15 AM_CFLAGS += --coverage 15 AM_CFLAGS += --coverage