components/apache2-modules/mod_proxy_html/patches/makefile.patch
author Rich Burridge <rich.burridge@oracle.com>
Thu, 25 Oct 2012 13:35:55 -0700
changeset 1028 30d7999e80d9
parent 278 77b380ba9d84
permissions -rw-r--r--
7203970 lua update breaks things

--- /dev/null	2011-05-10 16:41:00.000000000 -0700
+++ mod_proxy_html/Makefile	2011-05-10 16:39:23.932152964 -0700
@@ -0,0 +1,15 @@
+APXS=apxs
+
+INCLUDES="-I/usr/include/libxml2 -I."
+
+all: .libs/mod_proxy_html.so .libs/mod_xml2enc.so
+
+.libs/mod_proxy_html.so: mod_proxy_html.c
+	$(APXS) -c -o mod_proxy_html.so $(INCLUDES) mod_proxy_html.c
+
+.libs/mod_xml2enc.so: mod_xml2enc.c
+	$(APXS) -c -o mod_xml2enc.so $(INCLUDES) mod_xml2enc.c
+
+clean:
+	-rm -f *.o *.so *.lo *.la *.slo
+	-rm -rf .libs