unbundled build fixes

This commit is contained in:
alex
2013-01-05 00:04:09 -06:00
parent 8a44e75187
commit 161ea4ec18
32 changed files with 144 additions and 18 deletions

View File

@@ -19,6 +19,10 @@ objects = HTTPSTimeServer
target = HTTPSTimeServer
target_version = 1
target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation
target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre -lexpat
endif