summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorpaul <paul>2004-01-09 16:30:52 +0000
committerpaul <paul>2004-01-09 16:30:52 +0000
commit00bc560322b97a6a8d3cf7fb2066b6dd199b0a70 (patch)
tree99c19802ead2e3f34bf9917e7664e7519b905dab /Makefile.am
parentb27900b7c0c9b4105c8188e277b698b8e64c54cc (diff)
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.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6af673cc..06695a91 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