summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 8077de8dc0..6ead86a92f 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -65,7 +65,8 @@ lib_LTLIBRARIES = libwsutil.la
libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@
AM_CPPFLAGS = -I$(srcdir)/.. \
- $(LIBGCRYPT_CFLAGS)
+ $(LIBGCRYPT_CFLAGS) \
+ -DTOP_SRCDIR=\"$(abs_top_srcdir)\"
libwsutil_la_SOURCES = \
$(LIBWSUTIL_SRC) \