aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 02:55:14 +0000
commitdb25270df8bb4e4800e4d2c8a9f930b7a9fbc8df (patch)
tree93833061315be739594ff3614850eb4ca63266ec /wsutil/Makefile.am
parentdd1034e1f5f2285721a9deb8b95ea17222e50939 (diff)
Move the epan/filesystem.c routines to wsutil; they're not specific to
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
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) \