OSDN Git Service

Add composite-type attributes to information_schema.element_types view
[pg-rex/syncrep.git] / contrib / Makefile
index 76fa2a6..6967767 100644 (file)
@@ -18,6 +18,7 @@ SUBDIRS = \
                dict_xsyn       \
                dummy_seclabel  \
                earthdistance   \
+               file_fdw        \
                fuzzystrmatch   \
                hstore          \
                intagg          \
@@ -61,6 +62,10 @@ ifeq ($(with_libxml),yes)
 SUBDIRS += xml2
 endif
 
+ifeq ($(with_selinux),yes)
+SUBDIRS += sepgsql
+endif
+
 # Missing:
 #              start-scripts   \ (does not have a makefile)