summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-04-21 09:15:52 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-04-21 09:15:52 +0200
commit5c8a43ce348cdac4fac0a6ee470342ff7dab3a64 (patch)
treed72fee9ca8a12695bec247fa64288703ebf8aa27 /Makefile.am
parent60368d2e0bd1a81c64b1a30b0819232866ccedb4 (diff)
Import ax25-lib 0.0.2 from tarballax25-lib-0.0.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 11 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e2fe9e..6416286 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,8 @@ libax25include_HEADERS = \
daemon.h \
ttyutils.h \
procutils.h \
- mheard.h
+ mheard.h \
+ ax25io.h
libax25_la_SOURCES = \
axconfig.c \
@@ -30,7 +31,13 @@ libax25_la_SOURCES = \
rsconfig.c \
rsconfig.h \
ttyutils.c \
- ttyutils.h \
- version.c \
- version.h
+ ttyutils.h \
+ ax25io.c \
+ ax25io.h \
+ kernel_ax25.h \
+ kernel_rose.h
+man_MANS = ax25.3 rose.3
+
+EXTRA_DIST= $(man_MANS)
+