mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
Need -I. to build outside source tree.
This commit is contained in:
parent
e9e919f4ee
commit
97915fcd14
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.2 2002/11/01 22:52:33 tgl Exp $
|
||||
# $Header: /cvsroot/pgsql/contrib/tsearch/Attic/Makefile,v 1.3 2002/11/01 23:23:29 tgl Exp $
|
||||
|
||||
subdir = contrib/tsearch
|
||||
top_builddir = ../..
|
||||
include $(top_builddir)/src/Makefile.global
|
||||
|
||||
override CPPFLAGS := -I. $(CPPFLAGS)
|
||||
|
||||
MODULE_big = tsearch
|
||||
OBJS = crc32.o morph.o txtidx.o query.o gistidx.o rewrite.o
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue