Fix compilation of tests
FossilOrigin-Name: 04c3ced613448bb557d961e41ea903a5028e5dba85f782edc134b1b7286ad115
This commit is contained in:
parent
2a0c3bb8a1
commit
c2116f1808
2 changed files with 30 additions and 28 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue