diff options
author | paul <paul> | 2004-01-09 17:30:52 +0100 |
---|---|---|
committer | paul <paul> | 2004-01-09 17:30:52 +0100 |
commit | 00bc560322b97a6a8d3cf7fb2066b6dd199b0a70 (patch) | |
tree | 99c19802ead2e3f34bf9917e7664e7519b905dab /Makefile.am | |
parent | 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com> (diff) | |
download | frr-00bc560322b97a6a8d3cf7fb2066b6dd199b0a70.tar.xz frr-00bc560322b97a6a8d3cf7fb2066b6dd199b0a70.zip |
2004-01-08 Paul Jakma <paul@dishone.st>
* Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
remove the redhat/... dist targets - instead these now go in..
redhat/Makefile.am: (new) proper place to describe redhat/ dist
files, as well as allow quagga.spec to be regenerated properly.
redhat/quagga.sysconfig: specify conf file location.
redhat/quagga.spec.in: Add 2 patches to RPM build.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6af673cca..06695a918 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,14 @@ ## Process this file with automake to produce Makefile.in. SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ - @ISISD@ @VTYSH@ @OSPFCLIENT@ doc + @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \ ospfclient doc \ isisd EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ - vtysh/Makefile.am update-autotools doc/mpls \ - redhat/quagga.* redhat/*.init + vtysh/Makefile.am update-autotools doc/mpls dist-hook: mkdir $(distdir)/tools |