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 @@
#
#
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment