summaryrefslogtreecommitdiff
path: root/testprogs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/Makefile.in')
-rw-r--r--testprogs/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/testprogs/Makefile.in b/testprogs/Makefile.in
index d6b2351ed651..a34df6f12a94 100644
--- a/testprogs/Makefile.in
+++ b/testprogs/Makefile.in
@@ -89,6 +89,7 @@ SRC = @VALGRINDTEST_SRC@ \
reactivatetest.c \
selpolltest.c \
threadsignaltest.c \
+ versiontest.c \
writecaptest.c
TESTS = $(SRC:.c=)
@@ -148,6 +149,10 @@ valgrindtest: $(srcdir)/valgrindtest.c ../libpcap.a
$(CC) $(FULL_CFLAGS) -I. -L. -o valgrindtest $(srcdir)/valgrindtest.c \
../libpcap.a $(LIBS)
+versiontest: $(srcdir)/versiontest.c ../libpcap.a
+ $(CC) $(FULL_CFLAGS) -I. -L. -o $@ $(srcdir)/versiontest.c \
+ ../libpcap.a $(LIBS)
+
writecaptest: $(srcdir)/writecaptest.c ../libpcap.a
$(CC) $(FULL_CFLAGS) -I. -L. -o writecaptest $(srcdir)/writecaptest.c \
../libpcap.a $(LIBS)