diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefiles/pgxs.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index cc69c1be50..94ead5f794 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -9,12 +9,13 @@ # Use the following layout for your Makefile: # # [variable assignments, see below] -# [custom rules, rarely necessary] # # PG_CONFIG = pg_config # PGXS := $(shell $(PG_CONFIG) --pgxs) # include $(PGXS) # +# [custom rules, rarely necessary] +# # Set one of these three variables to specify what is built: # # MODULES -- list of shared-library objects to be built from source files |