summaryrefslogtreecommitdiffstats
path: root/rfcomm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'rfcomm/Makefile.am')
-rw-r--r--rfcomm/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am
new file mode 100644
index 00000000..6b7a9eee
--- /dev/null
+++ b/rfcomm/Makefile.am
@@ -0,0 +1,13 @@
+#
+# $Id$
+#
+
+sbin_PROGRAMS = rfcomm
+
+rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c
+
+man_MANS = rfcomm.8
+
+YFLAGS = -d
+
+CLEANFILES = lexer.c parser.c parser.h