summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-10-24 03:44:34 +0000
committerEvan Huus <eapache@gmail.com>2012-10-24 03:44:34 +0000
commit4e3ddfc4c1916f5df393fdc27534630082252ca0 (patch)
treee37452976800df5338d1762370b119bf1a08f9c9
parentc93ae7e1b028059d148832d431684d0d01502714 (diff)
downloadwireshark-4e3ddfc4c1916f5df393fdc27534630082252ca0.tar.gz
Fix autotools build - missed a few spots that needed updating for wmem.
svn path=/trunk/; revision=45748
-rw-r--r--configure.ac1
-rw-r--r--epan/wmem/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 02ef37d986..895ba4f37e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2133,6 +2133,7 @@ AC_OUTPUT(
epan/dissectors/dcerpc/Makefile
epan/dissectors/pidl/Makefile
epan/ftypes/Makefile
+ epan/wmem/Makefile
epan/wslua/Makefile
epan/wspython/Makefile
codecs/Makefile
diff --git a/epan/wmem/Makefile.am b/epan/wmem/Makefile.am
index 7c803f1c1c..ef1f93ff48 100644
--- a/epan/wmem/Makefile.am
+++ b/epan/wmem/Makefile.am
@@ -43,7 +43,7 @@ DISTCLEANFILES =
MAINTAINERCLEANFILES = \
Makefile.in
-libairpdcap_la_SOURCES = \
+libwmem_la_SOURCES = \
$(LIBWMEM_SRC) \
$(LIBWMEM_INCLUDES)