diff options
| author | Tatsuo Ishii | 2001-10-01 01:52:38 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2001-10-01 01:52:38 +0000 |
| commit | 9a23885f7243cddff2cba06a4d245ab54b1ff81e (patch) | |
| tree | 4c3613f5ef5791a624b5339fdea7af5cc58e6dac /contrib/pgstattuple/Makefile | |
| parent | 95d4821b1cc56f834b1d901bb9f0bdaf43ff8cc0 (diff) | |
Add pgstattuple
Diffstat (limited to 'contrib/pgstattuple/Makefile')
| -rw-r--r-- | contrib/pgstattuple/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/pgstattuple/Makefile b/contrib/pgstattuple/Makefile new file mode 100644 index 0000000000..88f1b658d4 --- /dev/null +++ b/contrib/pgstattuple/Makefile @@ -0,0 +1,22 @@ +#------------------------------------------------------------------------- +# +# pgstattuple Makefile +# +# $Id: Makefile,v 1.1 2001/10/01 01:52:38 ishii Exp $ +# +#------------------------------------------------------------------------- + +subdir = contrib/pgstattuple +top_builddir = ../.. +include $(top_builddir)/src/Makefile.global + +MODULE_big := pgstattuple +SRCS += pgstattuple.c +OBJS := $(SRCS:.c=.o) +DOCS := README.pgstattuple README.pgstattuple.euc_jp +DATA_built := pgstattuple.sql + +PG_CPPFLAGS := +SHLIB_LINK := + +include $(top_srcdir)/contrib/contrib-global.mk |
