ObjPgSQL  Makefile at trunk

File tests/Makefile artifact de89c5f4e9 on branch trunk


include ../extra.mk

PROG_NOINST = tests
SRCS = tests.m

include ../buildsys.mk

CPPFLAGS += -I../src -I../src/exceptions
LIBS := -L../src -lobjpgsql ${OBJFW_LIBS} ${LIBS}
LD = ${OBJC}