More distcheck fixes

Fixes 7f873d92cb. 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>
This commit is contained in:
João Valverde 2016-04-05 03:02:03 +01:00 committed by João Valverde
parent 40f1ebc887
commit edfebac4b0
1 changed files with 9 additions and 9 deletions

View File

@ -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 \