summaryrefslogtreecommitdiffstats
path: root/example/Makefile.in
diff options
context:
space:
mode:
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