summaryrefslogtreecommitdiffstats
path: root/ax25ipd/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-07 10:23:42 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-06-07 10:23:42 +0200
commit0fceb64d25ff3d9586549bb43d971c5eef904330 (patch)
treed4799d0fd53a3d8ae342c84f8ad4fb2ca2f14de0 /ax25ipd/Makefile.am
Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1
Diffstat (limited to 'ax25ipd/Makefile.am')
-rw-r--r--ax25ipd/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am
new file mode 100644
index 0000000..1572b25
--- /dev/null
+++ b/ax25ipd/Makefile.am
@@ -0,0 +1,19 @@
+
+sbin_PROGRAMS = ax25ipd
+
+man_MANS = ax25ipd.8 ax25ipd.conf.5
+
+EXTRA_DIST = $(man_MANS)
+
+CFLAGS = -DUSE_TERMIO
+ax25ipd_LDADD = $(AX25_LIB)
+
+ax25ipd_SOURCES = \
+ config.c \
+ crc.c \
+ io.c \
+ kiss.c \
+ ax25ipd.c \
+ ax25ipd.h \
+ process.c \
+ routing.c