File tree Expand file tree Collapse file tree 3 files changed +448
-446
lines changed Expand file tree Collapse file tree 3 files changed +448
-446
lines changed Original file line number Diff line number Diff line change 1
- MODULE_big = adminpack
2
- PG_CPPFLAGS = -I$(libpq_srcdir )
3
- DATA_built = adminpack.sql
4
- DOCS = README.adminpack
5
- OBJS = adminpack.o
6
-
7
- ifdef USE_PGXS
8
- PGXS := $(shell pg_config --pgxs)
9
- include $(PGXS )
10
- else
11
- subdir = contrib/adminpack
12
- top_builddir = ../..
13
- include $(top_builddir ) /src/Makefile.global
14
- include $(top_srcdir ) /contrib/contrib-global.mk
15
- endif
1
+ MODULE_big = adminpack
2
+ PG_CPPFLAGS = -I$(libpq_srcdir )
3
+ DATA_built = adminpack.sql
4
+ DOCS = README.adminpack
5
+ OBJS = adminpack.o
6
+
7
+ ifdef USE_PGXS
8
+ PGXS := $(shell pg_config --pgxs)
9
+ include $(PGXS )
10
+ else
11
+ subdir = contrib/adminpack
12
+ top_builddir = ../..
13
+ include $(top_builddir ) /src/Makefile.global
14
+ include $(top_srcdir ) /contrib/contrib-global.mk
15
+ endif
You can’t perform that action at this time.
0 commit comments