aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-25 05:46:40 +0000
committerPeter Wu <peter@lekensteyn.nl>2015-11-29 21:54:34 +0000
commite639a13d11bcdb604482d924ebecb1c5bce97d50 (patch)
treee7b5d4dcdb1e9356414399c17bd6a057b5d5139d /wsutil/Makefile.nmake
parent2932596b65c36a63e79ab85d3349d404a1e16b37 (diff)
cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]
Change-Id: Iac9384e63a4e946c73832103f8d6949f0187fa38 Reviewed-on: https://code.wireshark.org/review/12147 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'wsutil/Makefile.nmake')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 86efc37cba..33097be557 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -17,6 +17,8 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
+LIBWSUTIL_SRC = $(LIBWSUTIL_COMMON_SRC)
+
# For use when making libwsutil.dll
libwsutil_LIBS = $(GLIB_LIBS) \
$(GNUTLS_LIBS)