make/project.xml

branch
webdav
changeset 287
a171da778817
parent 270
4cfaa02055cd
child 453
4586d534f9b5
equal deleted inserted replaced
286:864e2d701dd4 287:a171da778817
78 </dependency> 78 </dependency>
79 79
80 <!-- optional dependencies --> 80 <!-- optional dependencies -->
81 <dependency name="libpq"> 81 <dependency name="libpq">
82 <pkgconfig>libpq</pkgconfig> 82 <pkgconfig>libpq</pkgconfig>
83 <cflags>-DENABLE_POSTGRESQL</cflags>
84 <make> 83 <make>
84 CFLAGS += -DENABLE_POSTGRESQL
85 PLUGINS += postgresql 85 PLUGINS += postgresql
86 TEST_PLUGIN_LDFLAGS += -lwspgtest
86 </make> 87 </make>
87 </dependency> 88 </dependency>
88 89
89 <target> 90 <target>
90 <dependencies>libxml2,openssl</dependencies> 91 <dependencies>libxml2,openssl</dependencies>

mercurial