Search in the ${LOCABASE}/include too, not just include/pgsql.

Submitted by:	Anders Nordby
This commit is contained in:
Mikhail Teterin 2002-03-23 22:41:04 +00:00
parent d54dc99cfb
commit 7fd1fa1461
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56498

View File

@ -7,7 +7,7 @@ LIB= pam_pgsql
SHLIB_NAME=${LIB}.so
LDADD= -lpam -L${LOCALBASE}/lib -lpq -lmd
CFLAGS+= -Wall -D_GNU_SOURCE \
CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/include \
-I${LOCALBASE}/include/pgsql
INTERNALLIB= we don't need no stinking static lib