diff options
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 0000000..e5be820 --- /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) + |