From e78fe652f48f9dbb67a21f616741e7b446204cbe Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 26 Aug 1996 20:02:12 +0000 Subject: Oops, thanks to Dan McGuirk for pointing out that I missed part of the commit :( Here's the rest of the GiST code thta was missing... --- src/backend/access/gist/Makefile.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/backend/access/gist/Makefile.inc (limited to 'src/backend/access/gist/Makefile.inc') diff --git a/src/backend/access/gist/Makefile.inc b/src/backend/access/gist/Makefile.inc new file mode 100644 index 0000000000..8519ab0a58 --- /dev/null +++ b/src/backend/access/gist/Makefile.inc @@ -0,0 +1,16 @@ +#------------------------------------------------------------------------- +# +# Makefile.inc-- +# Makefile for access/rtree (R-Tree access method) +# +# Copyright (c) 1994, Regents of the University of California +# +# +# IDENTIFICATION +# /usr/local/devel/pglite/cvs/src/backend/access/rtree/Makefile.inc,v 1.2 1995/03/21 06:50:48 andrew Exp +# +#------------------------------------------------------------------------- + +SUBSRCS+= gist.c gistget.c gistscan.c giststrat.c + + -- cgit v1.2.1