From 4e3ddfc4c1916f5df393fdc27534630082252ca0 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Wed, 24 Oct 2012 03:44:34 +0000 Subject: Fix autotools build - missed a few spots that needed updating for wmem. svn path=/trunk/; revision=45748 --- configure.ac | 1 + epan/wmem/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1