From c76a9cf3d92166091b4fe42e829d9649d520d07c Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 28 Jul 2010 04:17:30 +0200 Subject: 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 --- example/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'example/Makefile.in') 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 -- cgit v1.2.3