mirror of https://github.com/postgres/postgres
parent
56b3182241
commit
f3f7712675
@ -1,18 +0,0 @@ |
||||
SRCDIR= ../..
|
||||
include ../../Makefile.global |
||||
|
||||
CFLAGS+= -I../../include -I$(LIBPQDIR)
|
||||
|
||||
#
|
||||
# And where libpq goes, so goes the authentication stuff...
|
||||
#
|
||||
ifdef KRBVERS |
||||
LDFLAGS+= $(KRBLIBS)
|
||||
CFLAGS+= $(KRBFLAGS)
|
||||
endif |
||||
|
||||
all: complex$(DLSUFFIX) funcs$(DLSUFFIX) |
||||
|
||||
clean: |
||||
rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)
|
||||
|
Loading…
Reference in new issue