]> granicus.if.org Git - postgresql/blobdiff - contrib/pg_trgm/Makefile
Add $PostgreSQL$ markers to a lot of files that were missing them.
[postgresql] / contrib / pg_trgm / Makefile
index b710df99569901be7403526c66758bdab2428b31..04dc1ef6a220809bdac66534e6fca41c06f15a78 100644 (file)
@@ -1,18 +1,16 @@
-# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
-
-PG_CPPFLAGS = -I.
+# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.9 2007/11/10 23:59:51 momjian Exp $
 
 MODULE_big = pg_trgm
-OBJS = trgm_op.o trgm_gist.o 
+OBJS = trgm_op.o trgm_gist.o trgm_gin.o
 
 DATA_built = pg_trgm.sql
 DATA = uninstall_pg_trgm.sql
-DOCS = README.pg_trgm
 REGRESS = pg_trgm
 
 
 ifdef USE_PGXS
-PGXS := $(shell pg_config --pgxs)
+PG_CONFIG = pg_config
+PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)
 else
 subdir = contrib/pg_trgm