diff options
author | paul <paul> | 2004-01-09 16:30:52 +0000 |
---|---|---|
committer | paul <paul> | 2004-01-09 16:30:52 +0000 |
commit | 00bc560322b97a6a8d3cf7fb2066b6dd199b0a70 (patch) | |
tree | 99c19802ead2e3f34bf9917e7664e7519b905dab /redhat/Makefile.am | |
parent | b27900b7c0c9b4105c8188e277b698b8e64c54cc (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 'redhat/Makefile.am')
-rw-r--r-- | redhat/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/Makefile.am b/redhat/Makefile.am new file mode 100644 index 00000000..94a63d08 --- /dev/null +++ b/redhat/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = quagga.pam quagga.sysconfig quagga.spec quagga.logrotate \ + zebra.init ripd.init ospfd.init ripngd.init ospf6d.init bgpd.init \ + isisd.init |