@@ -6,11 +6,13 @@ PGResult.m \ PGResultRow.m \ exceptions/PGCommandFailedException.m \ exceptions/PGConnectionFailedException.m \ exceptions/PGException.m -HEADERS = ${SRCS:.m=.h} + +HEADERS = ${SRCS:.m=.h} \ + ObjPgSQL.h CPPFLAGS += -Wall -Iexceptions -I. LIBS += -lpq prefix ?= /usr/local