aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-03 21:32:53 +0000
committerJoão Valverde <j@v6e.pt>2016-04-17 01:37:55 +0000
commit173ccf7a4664de8001ce92966ae0c68e7805e9b4 (patch)
treeab9001adb43820eeb5904ead2e4c7cf91c8a280e /epan/wmem
parent597343bcf4f9a612e522c4fea76f55bbc9ecc1de (diff)
More test-programs autotoolizing
Change-Id: I3e16dc8c591352f19bba190d84a6ed3fe431e21f Reviewed-on: https://code.wireshark.org/review/14926 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wmem/Makefile.am b/epan/wmem/Makefile.am
index d9190c92ef..6d001fb865 100644
--- a/epan/wmem/Makefile.am
+++ b/epan/wmem/Makefile.am
@@ -27,7 +27,8 @@ AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(LIBWMEM_CFLAGS) \
noinst_LTLIBRARIES = libwmem.la
-noinst_PROGRAMS = wmem_test
+EXTRA_PROGRAMS = wmem_test
+
wmem_test_LDADD = \
libwmem.la \
$(GLIB_LIBS)
@@ -51,7 +52,6 @@ libwmem_la_SOURCES = \
EXTRA_DIST = \
Makefile.common \
Makefile.nmake \
- wmem_test.c \
CMakeLists.txt
checkapi: