summaryrefslogtreecommitdiffstats
path: root/yamdrv/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'yamdrv/Makefile.am')
-rw-r--r--yamdrv/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/yamdrv/Makefile.am b/yamdrv/Makefile.am
new file mode 100644
index 0000000..b8f6a21
--- /dev/null
+++ b/yamdrv/Makefile.am
@@ -0,0 +1,16 @@
+
+sbin_PROGRAMS = yamcfg mcs2h
+
+yamcfg_SOURCES = yamcfg.c yam.h
+
+mcs2h_SOURCES = mcs2h.c
+
+docdir=${prefix}/doc/ax25-tools
+doc_DATA = README.yamdrv \
+ yam08-2.0.36-patch.diff \
+ yam08-2.2.1-patch.diff
+
+EXTRA_DIST = $(doc_DATA)
+
+installconf:
+