summaryrefslogtreecommitdiff
path: root/contrib/pg_freespacemap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_freespacemap/Makefile')
-rw-r--r--contrib/pg_freespacemap/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/pg_freespacemap/Makefile b/contrib/pg_freespacemap/Makefile
new file mode 100644
index 0000000000..e0e5e0c76e
--- /dev/null
+++ b/contrib/pg_freespacemap/Makefile
@@ -0,0 +1,17 @@
+# $PostgreSQL: pgsql/contrib/pg_freespacemap/Makefile,v 1.1 2006/02/12 03:55:53 momjian Exp $
+
+MODULE_big = pg_freespacemap
+OBJS = pg_freespacemap.o
+
+DATA_built = pg_freespacemap.sql
+DOCS = README.pg_freespacemap
+
+ifdef USE_PGXS
+PGXS := $(shell pg_config --pgxs)
+include $(PGXS)
+else
+subdir = contrib/pg_freespacemap
+top_builddir = ../..
+include $(top_builddir)/src/Makefile.global
+include $(top_srcdir)/contrib/contrib-global.mk
+endif