Skip to content

Commit

Permalink
Support only PGXS
Browse files Browse the repository at this point in the history
Nobody's gonna compile it in the contrib modules anyway.
  • Loading branch information
gleu committed May 26, 2013
1 parent c8847cd commit 70abbae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
@@ -1,15 +1,8 @@
# contrib/pg_log_userqueries/Makefile
# pg_log_userqueries/Makefile

MODULE_big = pg_log_userqueries
OBJS = pg_log_userqueries.o

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/pg_log_userqueries
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

0 comments on commit 70abbae

Please sign in to comment.