fix PostgreSQL testsuite Makefile

This commit is contained in:
Alex Fabijanic 2016-03-09 19:55:42 -08:00
parent 569c920dad
commit e9bc9fe8d4

View File

@ -19,6 +19,6 @@ objects = PostgreSQLTestSuite Driver PostgreSQLTest SQLExecutor
target = testrunner
target_version = 1
target_libs = PocoDataPostgreSQL PocoData PocoFoundation CppUnit
target_libs = PocoDataPostgreSQL PocoData PocoFoundation PocoCppUnit
include $(POCO_BASE)/build/rules/exec