diff options
| author | paul <paul> | 2002-12-13 20:15:29 +0000 | 
|---|---|---|
| committer | paul <paul> | 2002-12-13 20:15:29 +0000 | 
| commit | 718e3744195351130f4ce7dbe0613f4b3e23df93 (patch) | |
| tree | bac2ad39971cd43f31241ef123bd4e470f695ac9 /Makefile.am | |
Initial revision
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 16 | 
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000000..72a09dcf8a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,16 @@ +## Process this file with automake to produce Makefile.in. + +SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ doc + +EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ +	vtysh/Makefile.am update-autotools + +dist-hook: +	mkdir $(distdir)/tools +	cp -p $(srcdir)/tools/*.pl $(distdir)/tools +	cp -p $(srcdir)/tools/*.el $(distdir)/tools +	cp -p $(srcdir)/tools/*.cgi $(distdir)/tools +	mkdir $(distdir)/init +	mkdir $(distdir)/init/redhat +	cp -p $(srcdir)/init/redhat/*.init $(distdir)/init/redhat +	cp -p $(srcdir)/init/redhat/zebra.* $(distdir)/init/redhat  | 
