mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Changed location of libpgtcl stuff.
This commit is contained in:
parent
cae19f61e3
commit
a28c50ad3b
@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.16 1997/09/27 19:35:04 momjian Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux)
|
||||
endif
|
||||
shlib := libpgtcl.so.1
|
||||
install-shlib-dep := install-shlib
|
||||
LDFLAGS += -L ../../libpq -lpq
|
||||
LDFLAGS += -L $(SRCDIR)/interfaces/libpq -lpq
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user