Don't append epoch to log_filename if no format specifier is given.
[PostgreSQL.git] / contrib / tablefunc / Makefile
blob3e42e0f5077de8671904757f264c64b65f7d4397
1 # $PostgreSQL$
3 MODULES = tablefunc
4 DATA_built = tablefunc.sql
5 DATA = uninstall_tablefunc.sql
6 REGRESS = tablefunc
8 SHLIB_LINK += $(filter -lm, $(LIBS))
10 ifdef USE_PGXS
11 PG_CONFIG = pg_config
12 PGXS := $(shell $(PG_CONFIG) --pgxs)
13 include $(PGXS)
14 else
15 subdir = contrib/tablefunc
16 top_builddir = ../..
17 include $(top_builddir)/src/Makefile.global
18 include $(top_srcdir)/contrib/contrib-global.mk
19 endif