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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index 5098a1ce..c222b5db 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -3,9 +3,12 @@ SUBDIRS = .
3 3
4AM_CPPFLAGS = \ 4AM_CPPFLAGS = \
5 -I$(top_srcdir)/src/include \ 5 -I$(top_srcdir)/src/include \
6 $(CPPFLAGS_ac) \
6 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\" 7 -DDATA_DIR=\"$(top_srcdir)/src/datadir/\"
7 8
8AM_CFLAGS = @LIBGCRYPT_CFLAGS@ 9AM_CFLAGS = $(CFLAGS_ac) @LIBGCRYPT_CFLAGS@
10
11AM_LDFLAGS = $(LDFLAGS_ac)
9 12
10MHD_CPU_COUNT_DEF = -DMHD_CPU_COUNT=$(CPU_COUNT) 13MHD_CPU_COUNT_DEF = -DMHD_CPU_COUNT=$(CPU_COUNT)
11 14