]> git.sesse.net Git - xml-template/commitdiff
Fix a missing dependency from php5-swig.
authorsgunderson@bigfoot.com <>
Thu, 22 Sep 2011 21:50:29 +0000 (23:50 +0200)
committersgunderson@bigfoot.com <>
Thu, 22 Sep 2011 21:50:29 +0000 (23:50 +0200)
php5-swig/Makefile

index de443127fa10ac200d3140dfabf1c66c5c0c58ba..cc90f0adbb62dfdac5c3a2991793e2c56a85e280 100644 (file)
@@ -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