summaryrefslogtreecommitdiffstats
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2009-05-14 10:14:03 +0200
committerPatrick McHardy <kaber@trash.net>2009-05-14 10:14:03 +0200
commit3d73baf3f4592408336cf1117c40b6f62a3a1600 (patch)
treea5f521e265197b5495deefd435cc8e99e126dae5 /example/Makefile.in
parentd29c9448b815571824f4edfdd3e1ae1e4ee15390 (diff)
example: remove accidentally added binary and properly add to makefile
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 da989a3..8244b12 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -1,8 +1,11 @@
LDFLAGS += -Lsrc -ldect
-PROGRAMS += test
+PROGRAMS += test mm
test-destdir := usr/bin
test-obj += event_ops.o
test-obj += audio.o
test-obj += test.o
+
+mm-obj += event_ops.o
+mm-obj += mm.o