Skip to content
Snippets Groups Projects
Commit a28c50ad authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Changed location of libpgtcl stuff.

parent cae19f61
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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) ...@@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux)
endif endif
shlib := libpgtcl.so.1 shlib := libpgtcl.so.1
install-shlib-dep := install-shlib install-shlib-dep := install-shlib
LDFLAGS += -L ../../libpq -lpq LDFLAGS += -L $(SRCDIR)/interfaces/libpq -lpq
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment