summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Zacchiroli <zack@debian.org>2009-10-06 15:38:27 +0200
committerStéphane Glondu <glondu@debian.org>2024-03-19 11:11:20 +0100
commit2c28fce731f98f5392cee2fff91c33d2d09a786e (patch)
treefbadc22dbbb0cd3b565bc6e4a9f7e2eb55b53199
parentbd119578f941ffb37b11da18f319e6a2cbb86aa3 (diff)
Do not install *apache.info file
It is not needed with Apache 2. Signed-off-by: Stefano Zacchiroli <zack@debian.org> Gbp-Pq: Name 0003-Do-not-install-apache.info-file.patch
-rw-r--r--src/netcgi2-apache/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcgi2-apache/Makefile b/src/netcgi2-apache/Makefile
index 4e260b8b..277ed2c5 100644
--- a/src/netcgi2-apache/Makefile
+++ b/src/netcgi2-apache/Makefile
@@ -13,7 +13,7 @@ OBJECTS = netcgi_apache.cmo netcgi_modtpl.cmo
DOBJECTS = netcgi_apache.mli netcgi_modtpl.mli
ALL_EXTRA = mod_netcgi_apache.so
-INSTALL_EXTRA = mod_netcgi_apache.so 500netcgi_apache.info
+INSTALL_EXTRA = mod_netcgi_apache.so
OCAMLC_OPTIONS += $(STRING_OPTS)
OCAMLOPT_OPTIONS += $(STRING_OPTS)