summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgstattuple/Makefile')
-rw-r--r--contrib/pgstattuple/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile
index fb04915c70..047e64bbfd 100644
--- a/contrib/pgstattuple/Makefile
+++ b/contrib/pgstattuple/Makefile
@@ -2,14 +2,12 @@
#
# pgstattuple Makefile
#
-# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.6 2006/09/02 17:05:29 momjian Exp $
+# $PostgreSQL: pgsql/contrib/pgstattuple/Makefile,v 1.7 2006/10/19 17:40:03 tgl Exp $
#
#-------------------------------------------------------------------------
-SRCS = pgstattuple.c pgstatindex.c
-
MODULE_big = pgstattuple
-OBJS = $(SRCS:.c=.o)
+OBJS = pgstattuple.o pgstatindex.o
DOCS = README.pgstattuple README.pgstattuple.euc_jp
DATA_built = pgstattuple.sql
DATA = uninstall_pgstattuple.sql