aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-11-10 15:41:52 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-11 13:22:05 +0000
commitf1ff6d62c4fc1db0f5b98efd537f3ec518b0d4b8 (patch)
treec1bb7ecf4c3aa5ea444752b71cc6508bc145d733 /Makefile.common
parent328fbc001e89d2daaca343c378744e75e0a107fb (diff)
randpkt: split into a core and an app.
This will allow other apps to use the random packet generation features. Change-Id: I7e9af58cbe39da4908242b5fbb292f473e03b4f2 Reviewed-on: https://code.wireshark.org/review/11579 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 88e648b34f..4cc9984581 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -146,7 +146,8 @@ echld_test_SOURCES = \
# randpkt specifics
randpkt_SOURCES = \
- randpkt.c
+ randpkt.c \
+ randpkt-core.c
# dumpcap specifics
dumpcap_SOURCES = \