You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/12/08 22:29:38 UTC

svn commit: r1212135 - /trafficserver/plugins/trunk/stale_while_revalidate/Makefile

Author: igalic
Date: Thu Dec  8 21:29:38 2011
New Revision: 1212135

URL: http://svn.apache.org/viewvc?rev=1212135&view=rev
Log:
Remove the stuff I copied from geoip plugin

Modified:
    trafficserver/plugins/trunk/stale_while_revalidate/Makefile

Modified: trafficserver/plugins/trunk/stale_while_revalidate/Makefile
URL: http://svn.apache.org/viewvc/trafficserver/plugins/trunk/stale_while_revalidate/Makefile?rev=1212135&r1=1212134&r2=1212135&view=diff
==============================================================================
--- trafficserver/plugins/trunk/stale_while_revalidate/Makefile (original)
+++ trafficserver/plugins/trunk/stale_while_revalidate/Makefile Thu Dec  8 21:29:38 2011
@@ -15,13 +15,12 @@
 #  limitations under the License.
 
 TSXS?=tsxs
-GEO_LIB=GeoIP # Also check lulu.h for defines ...
 
 all:	swr.cpp
 	$(TSXS) -v -C $?  -o stale_while_revalidate.so
 
 install:
-	tsxs -i -o geoip_acl.so
+	tsxs -i -o stale_while_revalidate.so
 
 clean:
 	rm -f *.lo *.so