diff options
| author | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:21 -0400 |
|---|---|---|
| committer | Mark A. Hershberger <mah@debian.(none)> | 2009-03-25 00:34:21 -0400 |
| commit | 0e920280a2e04b110827bb766b9f29e3d581c4ee (patch) | |
| tree | 8f2125f3d00fe3089e3b94adb06f04479ee15f2a /ext/bcmath/libbcmath/Makefile.am | |
| download | php-0e920280a2e04b110827bb766b9f29e3d581c4ee.tar.gz | |
Imported Upstream version 5.0.4upstream/5.0.4
Diffstat (limited to 'ext/bcmath/libbcmath/Makefile.am')
| -rw-r--r-- | ext/bcmath/libbcmath/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/Makefile.am b/ext/bcmath/libbcmath/Makefile.am new file mode 100644 index 000000000..e5be8201b --- /dev/null +++ b/ext/bcmath/libbcmath/Makefile.am @@ -0,0 +1,12 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS= src doc + +MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \ + stamp-h.in *~ + +dist-hook: + cp $(srcdir)/doc/bcmath.1 $(distdir)/doc + cp $(srcdir)/src/private.h $(distdir)/src + cp $(srcdir)/FAQ $(distdir) + |
