summaryrefslogtreecommitdiff
path: root/src/interfaces/Makefile
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2002-08-30 13:06:22 +0000
committerMarc G. Fournier <scrappy@hub.org>2002-08-30 13:06:22 +0000
commit9a0b4d7f847469544798133391e221481548e1b9 (patch)
tree390a162f094edf18626dae5a007e44ea28fc9268 /src/interfaces/Makefile
parentc411f51dfbb92848c22188e5d6df968034adb98d (diff)
downloadpostgresql-9a0b4d7f847469544798133391e221481548e1b9.tar.gz
perl5 interface moved to gborg
Diffstat (limited to 'src/interfaces/Makefile')
-rw-r--r--src/interfaces/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index c1ca5737c4..062f5750d6 100644
--- a/src/interfaces/Makefile
+++ b/src/interfaces/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.48 2002/08/30 13:03:09 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.49 2002/08/30 13:06:20 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -14,16 +14,12 @@ include $(top_builddir)/src/Makefile.global
DIRS := libpq ecpg
-ALLDIRS := $(DIRS) libpgtcl perl5 python jdbc
+ALLDIRS := $(DIRS) libpgtcl python jdbc
ifeq ($(with_tcl), yes)
DIRS += libpgtcl
endif
-ifeq ($(with_perl), yes)
-DIRS += perl5
-endif
-
ifeq ($(with_python), yes)
DIRS += python
endif