We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4854e commit c85a14cCopy full SHA for c85a14c
contrib/multimaster/Makefile.old
@@ -0,0 +1,19 @@
1
+MODULE_big = multimaster
2
+OBJS = multimaster.o pglogical_receiver.o decoder_raw.o libdtm.o bytebuf.o bgwpool.o sockhub/sockhub.o
3
+EXTENSION = multimaster
4
+DATA = multimaster--1.0.sql
5
+
6
+PG_CPPFLAGS = -I$(libpq_srcdir)
7
+SHLIB_LINK = $(libpq)
8
9
+ifdef USE_PGXS
10
+PG_CONFIG = pg_config
11
+PGXS := $(shell $(PG_CONFIG) --pgxs)
12
+include $(PGXS)
13
+else
14
+subdir = contrib/multimaster
15
+top_builddir = ../..
16
+include $(top_builddir)/src/Makefile.global
17
+include $(top_srcdir)/contrib/contrib-global.mk
18
+endif
19
0 commit comments