ObjPgSQL  Diff

Differences From Artifact [3e79ac04f4]:

To Artifact [de89c5f4e9]:




1
2
3
4
5
6
7

8
1
2
3
4
5
6
7
8

9
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}