summaryrefslogtreecommitdiffstats
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-07-28 04:17:30 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-28 09:08:31 +0200
commitc76a9cf3d92166091b4fe42e829d9649d520d07c (patch)
tree28d955183996fe5e6f5dc01abdde0a9f7ca4a0de /example/Makefile.in
parented397371ed55fed8633174c0b4d236da01cde700 (diff)
example: add (non-working) PP list access (LiA) example
So far doesn't work properly with my FP, it doesn't answer, but also doesn't time out, so it appears to be somewhat working. Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index f29508f..9af4e7b 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -1,7 +1,7 @@
CFLAGS += $(EVENT_CFLAGS)
LDFLAGS += -Wl,-rpath $(PWD)/src -Lsrc -ldect $(EVENT_LDFLAGS)
PROGRAMS += cc ss mm-fp mm-pp discover hijack
-PROGRAMS += pp-access-rights pp-location-update pp-detach
+PROGRAMS += pp-access-rights pp-location-update pp-detach pp-list-access
destdir := usr/share/dect/examples
@@ -34,6 +34,10 @@ pp-detach-destdir := $(destdir)
pp-detach-obj += $(pp-common-obj)
pp-detach-obj += pp-detach.o
+pp-list-access-destdir := $(destdir)
+pp-list-access-obj += $(pp-common-obj)
+pp-list-access-obj += pp-list-access.o
+
mm-pp-destdir := $(destdir)
mm-pp-obj += $(common-obj)
mm-pp-obj += mm-pp.o