From edfebac4b02e8e56681656bc1ffb138317d5961c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 5 Apr 2016 03:02:03 +0100 Subject: More distcheck fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- wsutil/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'wsutil') 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 \ -- cgit v1.2.3