summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgstattuple/Makefile')
-rw-r--r--contrib/pgstattuple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile
index 3a3a02f522..6d25c87867 100644
--- a/contrib/pgstattuple/Makefile
+++ b/contrib/pgstattuple/Makefile
@@ -2,7 +2,7 @@
#
# pgstattuple Makefile
#
-# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.4 2005/09/27 17:13:09 tgl Exp $
+# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.5 2006/02/27 12:54:39 petere Exp $
#
#-------------------------------------------------------------------------
@@ -12,6 +12,7 @@ MODULE_big = pgstattuple
OBJS = $(SRCS:.c=.o)
DOCS = README.pgstattuple README.pgstattuple.euc_jp
DATA_built = pgstattuple.sql
+DATA = uninstall_pgstattuple.sql
ifdef USE_PGXS
PGXS := $(shell pg_config --pgxs)