add pgxc_monitor to Makefile
authorTomas Vondra <[email protected]>
Wed, 24 Aug 2016 10:12:24 +0000 (12:12 +0200)
committerPavan Deolasee <[email protected]>
Thu, 1 Sep 2016 05:21:24 +0000 (10:51 +0530)
The pgxc_monitor contrib module was not included in the Makefile, thus
vulnerable to undetected compile breakage. That's not desiable, so add
it to the Makefile.

contrib/Makefile

index 0eedf440a60b1f5d751781286041af03117b7058..7ed90d4df734e742e162732c634f5bbcbc038228 100644 (file)
@@ -39,6 +39,7 @@ SUBDIRS = \
                pgstattuple     \
                pgxc_clean      \
                pgxc_ctl        \
+               pgxc_monitor \
                postgres_fdw    \
                seg             \
                spi             \