
#
# Module name
#
MOD       =  nspostgres.so

#
# Objects to build.
#
OBJS      =  nspostgres.o

#
# Extra libraries
#
POSTGRES  =  /usr/local/pgsql
MODLIBS   =  $(POSTGRES)/lib/libpq.a

#
# Extra compiler flags
#
CFLAGS    =  -I$(POSTGRES)/include


include ../include/Makefile.module
