aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-05 03:02:03 +0100
committerJoão Valverde <j@v6e.pt>2016-04-05 02:27:28 +0000
commitedfebac4b02e8e56681656bc1ffb138317d5961c (patch)
treebb78863b2b5332a1b1c0ac864304a6f609f73f95 /wsutil
parent40f1ebc88799266bfa4a8010f5c71ab44a30fe29 (diff)
More distcheck fixes
Fixes 7f873d92cb7038247ab578d14d7e4794dcd6d98b. Replacement function header files are not automatically added to the distribution tarball. Move libwsutil_la_SOURCES for better readability. Change-Id: I75699a0aa8681d94701931467c9290d9c7c140ac Reviewed-on: https://code.wireshark.org/review/14814 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 06f32bc6b2..0933ec97a9 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -62,18 +62,14 @@ LIBWSUTIL_SRC += cfutils.c
LIBWSUTIL_INCLUDES += cfutils.h
endif
-libwsutil_la_SOURCES = \
- $(LIBWSUTIL_SRC) \
- $(LIBWSUTIL_INCLUDES)
-
libwsutil_sse42_la_SOURCES = \
ws_mempbrk_sse42.c
libwsutil_sse42_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_SSE42)
-EXTRA_libwsutil_la_SOURCES = \
- inet_addr-int.h \
- wsgetopt.h
+libwsutil_la_SOURCES = \
+ $(LIBWSUTIL_SRC) \
+ $(LIBWSUTIL_INCLUDES)
EXTRA_libwsutil_la_DEPENDENCIES = \
$(wsutil_optional_objects)
@@ -94,9 +90,13 @@ EXTRA_DIST = \
Makefile.nmake \
file_util.c \
file_util.h \
- popcount.c \
popcount.h \
- wsgcrypt.h
+ wsgcrypt.h \
+ inet_aton.h \
+ strptime.h \
+ getopt_long.h \
+ inet_addr-int.h \
+ wsgetopt.h
CLEANFILES = \
libwsutil.a \