summaryrefslogtreecommitdiffstats
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-10-13 22:04:10 +0200
committerPatrick McHardy <kaber@trash.net>2010-10-14 00:39:28 +0200
commitc82ce3c92559beacbff665c2b9f6e241bb54339c (patch)
tree18e6c0f9158ccce7097e507e27b1add4dc47de64 /example/Makefile.in
parented870d702bb92ffa792896962e9ce55955163e5b (diff)
example: add example program to test Siemens <<ESCAPE-TO-PROPRIETARY>> codings
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index 5773f99..20ae41c 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -2,6 +2,7 @@ CFLAGS += $(EVENT_CFLAGS)
LDFLAGS += -Wl,-rpath $(PWD)/src -Lsrc -ldect $(EVENT_LDFLAGS)
PROGRAMS += ss hijack
PROGRAMS += fp-mm fp-cc fp-clms fp-broadcast-page
+PROGRAMS += fp-siemens-proprietary
PROGRAMS += pp-access-rights pp-access-rights-terminate pp-location-update
PROGRAMS += pp-detach pp-info-request pp-cc pp-list-access pp-clms
PROGRAMS += pp-wait-page
@@ -34,6 +35,10 @@ fp-broadcast-page-destdir := $(destdir)
fp-broadcast-page-obj += $(fp-common-obj)
fp-broadcast-page-obj += fp-broadcast-page.o
+fp-siemens-proprietary-destdir := $(destdir)
+fp-siemens-proprietary-obj += $(fp-common-obj)
+fp-siemens-proprietary-obj += fp-siemens-proprietary.o
+
pp-access-rights-destdir := $(destdir)
pp-access-rights-obj += $(pp-common-obj)
pp-access-rights-obj += pp-access-rights.o