diff options
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 76fa2a65769..2b314501f7c 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -61,6 +61,10 @@ ifeq ($(with_libxml),yes) SUBDIRS += xml2 endif +ifeq ($(with_selinux),yes) +SUBDIRS += sepgsql +endif + # Missing: # start-scripts \ (does not have a makefile) |
