From 0fceb64d25ff3d9586549bb43d971c5eef904330 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:23:42 +0200 Subject: Import ax25-apps 0.0.1 from tarball --- ax25ipd/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ax25ipd/Makefile.am (limited to 'ax25ipd/Makefile.am') 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 -- cgit v1.2.3