aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)