Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d88e81

Browse files
author
Vladimir Ershov
committed
make
1 parent d2f9129 commit 1d88e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ ifdef USE_PGXS
2323
else
2424
subdir = contrib/pgpro_scheduler
2525
top_builddir = ../..
26+
include $(top_builddir)/src/Makefile.global
27+
include $(top_srcdir)/contrib/contrib-global.mk
2628
ifneq ($(MAJORVERSION),10)
2729
PG_CPPFLAGS = -D_WITH_MTM -I$(top_srcdir)/contrib/mmts -I$(libpq_srcdir)
2830
endif
29-
include $(top_builddir)/src/Makefile.global
30-
include $(top_srcdir)/contrib/contrib-global.mk
3131
endif
3232

3333
#check: temp-install

0 commit comments

Comments
 (0)