Fix nbtree "deduce NOT NULL" scan key comment.
[pgsql.git] / contrib / sepgsql / Makefile
blobafca75b693ffa0e4f5c96672ad761dbb785dabbc
1 # contrib/sepgsql/Makefile
3 MODULE_big = sepgsql
4 OBJS = \
5 $(WIN32RES) \
6 database.o \
7 dml.o \
8 hooks.o \
9 label.o \
10 proc.o \
11 relation.o \
12 schema.o \
13 selinux.o \
14 uavc.o
15 DATA_built = sepgsql.sql
16 PGFILEDESC = "sepgsql - SELinux integration"
18 # Note: because we don't tell the Makefile there are any regression tests,
19 # we have to clean those result files explicitly
20 EXTRA_CLEAN = -r $(pg_regress_clean_files) tmp/ *.pp sepgsql-regtest.if sepgsql-regtest.fc
22 ifdef USE_PGXS
23 PG_CONFIG = pg_config
24 PGXS := $(shell $(PG_CONFIG) --pgxs)
25 include $(PGXS)
26 else
27 subdir = contrib/sepgsql
28 top_builddir = ../..
29 include $(top_builddir)/src/Makefile.global
30 include $(top_srcdir)/contrib/contrib-global.mk
31 endif
33 SHLIB_LINK += -lselinux