summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-07-08 06:44:55 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-07-08 06:44:55 +0200
commit5f5d1604492ae15967f9d86f41fbeeedcae0ae2b (patch)
treebcecfd65dc578eabfaee10b1e039c467ac89d8b5 /Makefile.am
parent1b4023134b5ff6342301c8135b11df46546d2828 (diff)
Import ax25-tools 0.0.3 from tarballax25-tools-0.0.3
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index d0f7bd0..c8797c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,14 +1,13 @@
installconf:
- @echo "**** WARNING - This will overwrite any existing files ****"
- @echo "**** WARNING - This will overwrite any existing files ****"
- @echo "**** WARNING - This will overwrite any existing files ****"
- @echo
- @echo Hit the return key to proceed, or ^C to exit.
- @read
@for app in $(SUBDIRS); do $(MAKE) -C $$app installconf; done
-SUBDIRS = ax25 hdlcutil kiss netrom rose tcpip user_call
+SUBDIRS = ax25 hdlcutil kiss netrom rose tcpip user_call yamdrv dmascc
EXTRA_DIST = pathnames.h
+INCLUDES = -DAX25_SYSCONFDIR=\""$(sysconfdir)/ax25/"\" \
+ -DAX25_LOCALSTATEDIR=\""$(localstatedir)/ax25/"\"
+
+AX25_SYSCONFDIR=@sysconfdir@/ax25/
+AX25_LOCALSTATEDIR=@localstatedir@/ax25/