]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Thomas-Martin Seck <tmseck@netcologne.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 May 2008 02:33:52 +0000 (14:33 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 12 May 2008 02:33:52 +0000 (14:33 +1200)
Bug 2346: fix the passing of C(XX)FLAGS for cachemgr.cgi

cachemgr.cgi should now locate its default config file properly

tools/Makefile.am

index 68c20de1458d9c3946d3257f9951b4474eae9a13..819c8bc5765efd53c24f357bb337b6df29cd6e20 100644 (file)
@@ -25,7 +25,7 @@ libexec_PROGRAMS = \
 
 squidclient_SOURCES = squidclient.cc
 cachemgr__CGIEXT__SOURCES = cachemgr.cc
-cachemgr__CGIEXT__CFLAGS = -DDEFAULT_CACHEMGR_CONFIG=\"$(DEFAULT_CACHEMGR_CONFIG)\" $(AM_CFLAGS)
+cachemgr__CGIEXT__CXXFLAGS = -DDEFAULT_CACHEMGR_CONFIG=\"$(DEFAULT_CACHEMGR_CONFIG)\" $(AM_CXXFLAGS)
 
 LDADD = -L../lib -lmiscutil $(XTRA_LIBS)