Fix compilation of tests

FossilOrigin-Name: 04c3ced613448bb557d961e41ea903a5028e5dba85f782edc134b1b7286ad115
This commit is contained in:
Jonathan Schleifer 2018-02-25 23:56:16 +00:00
parent 2a0c3bb8a1
commit c2116f1808
2 changed files with 30 additions and 28 deletions

View file

@ -1,8 +1,10 @@
include ../extra.mk
PROG_NOINST = tests
SRCS = tests.m
include ../buildsys.mk
CPPFLAGS += -I../src -I../src/exceptions
LIBS += -L../src -lobjpgsql
LIBS := -L../src -lobjpgsql ${OBJFW_LIBS} ${LIBS}
LD = ${OBJC}