From: sgunderson@bigfoot.com <> Date: Thu, 22 Sep 2011 21:50:29 +0000 (+0200) Subject: Fix a missing dependency from php5-swig. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a1b238ed78d2eb7b6df34bbbf93c7b516aadd36b;hp=2cb15f2dccf0c8966ac064389146b0e84a1cfa07;p=xml-template Fix a missing dependency from php5-swig. --- diff --git a/php5-swig/Makefile b/php5-swig/Makefile index de44312..cc90f0a 100644 --- a/php5-swig/Makefile +++ b/php5-swig/Makefile @@ -3,7 +3,7 @@ CXXFLAGS=-std=gnu++0x $(shell xml2-config --cflags) -fPIC -g LDFLAGS=-shared LIBS=../c++11/xml-template.o -XML_Template_SWIG.so: xml-template_wrap.o +XML_Template_SWIG.so: xml-template_wrap.o $(LIBS) $(CXX) $(LDFLAGS) -o $@ $< $(LIBS) xml-template_wrap.cpp XML_Template_SWIG.php php_XML_Template_SWIG.h : xml-template.swig