diff options
author | Thomas Osterried <thomas@osterried.de> | 2008-08-03 22:53:22 +0000 |
---|---|---|
committer | Thomas Osterried <thomas@osterried.de> | 2008-08-03 22:53:22 +0000 |
commit | dfc9ec02f4bd0f385d2661e9618d1007756e2bc3 (patch) | |
tree | 6e5a5f7f5793ec491250afe7d8fccf2243465fba | |
parent | 57ae32b4e8c1f6be71545bd7d1fff4f7b2c30ddb (diff) |
Fix for autoconf. Thanks to Tom <DL1JBE>
-rw-r--r-- | ax25rtd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am index a1a4b2c..ed08cca 100644 --- a/ax25rtd/Makefile.am +++ b/ax25rtd/Makefile.am @@ -20,7 +20,7 @@ sbin_PROGRAMS = ax25rtd ax25rtctl LDADD = $(AX25_LIB) -EXTRA_DIST = $(etcfiles) $(doc_DATA) +EXTRA_DIST = $(etcfiles) $(man_MANS) $(doc_DATA) docdir=${datadir}/doc/ax25-apps doc_DATA= TODO.ax25rtd README.ax25rtd |