summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56>2009-06-24 11:58:51 +0000
committerdominique.leuenberger <dominique.leuenberger@c587cffe-e639-0410-9787-d7902ae8ed56>2009-06-24 11:58:51 +0000
commit5f65d27274958086d869e66900fc75f02864429b (patch)
tree2a353efdf161a9553472aaee8b7f27ab0d5190f9
parente3b7ce3c1b94909c7717daad84bdac61f639c873 (diff)
downloadlibproxy-5f65d27274958086d869e66900fc75f02864429b.tar.gz
_CFLAGS are user specified variables and should not be overwritten by us.
git-svn-id: http://libproxy.googlecode.com/svn/trunk@394 c587cffe-e639-0410-9787-d7902ae8ed56
-rw-r--r--src/bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 8cb0313..0248879 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -2,5 +2,5 @@ bin_PROGRAMS = proxy
# Command line interface to libproxy
proxy_SOURCES = proxy.c
-proxy_CFLAGS = -I$(top_srcdir)/src/lib -std=c99
+proxy_CPPFLAGS = -I$(top_srcdir)/src/lib -std=c99
proxy_LDADD = ../lib/libproxy.la