summaryrefslogtreecommitdiffstats
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-12-06 14:55:49 +0100
committerPatrick McHardy <kaber@trash.net>2009-12-06 14:55:49 +0100
commit2c124658fbd11ab75e0c82a4aea9b6925ff5138c (patch)
treeaee717574109ec5dbb1e9e3f10be3d2e4cef0745 /example/Makefile.in
parenteba32302d22a36a7d6cdf62617d2845462130660 (diff)
examples: add raw socket example for hijacking PPs
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 5f45846..2964bd9 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -1,5 +1,5 @@
LDFLAGS += -Wl,-rpath $(PWD)/src -Lsrc -ldect
-PROGRAMS += test mm discover
+PROGRAMS += test mm discover hijack
test-destdir := usr/bin
@@ -12,3 +12,6 @@ mm-obj += mm.o
discover-obj += event_ops.o
discover-obj += discover.o
+
+hijack-obj += event_ops.o
+hijack-obj += hijack.o