summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parent1581215daec7d0501679b882bb8c2f81858d33d8 (diff)
Add support for building rpm packages.
Now just a rpmbuild -ta <foo.tar.gz> will do.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e543c1f..d939949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,6 @@ if test "x$GCC" = "xyes"; then
fi
fi
-AC_CONFIG_FILES([call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile])
+AC_CONFIG_FILES([call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile ax25-apps.spec])
AC_OUTPUT