summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-27 23:48:17 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-27 23:48:17 +0000
commitf49602e6c64ec74c4a4d23b5babd1cdb8d7d829b (patch)
tree8bc77b2f108dd958eba8929a3d1b17768099c3d4 /Makefile.am
parent1581215daec7d0501679b882bb8c2f81858d33d8 (diff)
Add support for building rpm packages.
Now just a rpmbuild -ta <foo.tar.gz> will do.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b81c242..adacbc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = ax25ipd ax25rtd call listen ax25mond
-EXTRA_DIST = pathnames.h
+EXTRA_DIST = pathnames.h ax25-apps.spec
installconf:
@for app in $(SUBDIRS); do $(MAKE) -C $$app installconf; done