5118c6270a
${PREFIX}/include/pgsql/server. Therefore: o Change files/Makefile so that the include files are searched in both possible locations o Bump pkgconflict's revision to 0.3nb1
11 lines
247 B
Makefile
11 lines
247 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/04/08 16:26:15 wennmach Exp $
|
|
|
|
PGINCLUDE=@PREFIX@/include/pgsql
|
|
|
|
.c.o:
|
|
cc -I${PGINCLUDE} -I${PGINCLUDE}/server -Wall -fpic -c $<
|
|
|
|
all: dewey_cmp.so
|
|
|
|
dewey_cmp.so: dewey_cmp.o
|
|
cc -shared -o dewey_cmp.so dewey_cmp.o
|