summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:58:55 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-22 14:58:55 -0500
commitc9db6f77c9c3de6eed60bdc366a6c5c0ffc1eeef (patch)
tree0d5ede5d198d92795c5be42d6333c0b42f1bce10
parentBump to v0.9.0 in configure.ac. (diff)
downloadeselect-php-c9db6f77c9c3de6eed60bdc366a6c5c0ffc1eeef.tar.gz
eselect-php-c9db6f77c9c3de6eed60bdc366a6c5c0ffc1eeef.tar.bz2
eselect-php-c9db6f77c9c3de6eed60bdc366a6c5c0ffc1eeef.zip
Add 70_mod_php.conf.in to EXTRA_DIST in Makefile.am.0.9.0
Without the extra hint, automake was omitting 70_mod_php.conf.in from the tarball.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f7ffabe..d9220bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
eselectdir = $(datadir)/eselect/modules
nodist_eselect_DATA = $(srcdir)/src/php.eselect
+# Without this, the conf input file doesn't wind up in the tarball.
+EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in
+
if APACHE2
# Without these set, we won't try to install the conf file.
apacheconfdir = $(sysconfdir)/apache2/modules.d