aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/uuid-ossp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
index c42edf5f1a0..e126ce1b619 100644
--- a/contrib/uuid-ossp/Makefile
+++ b/contrib/uuid-ossp/Makefile
@@ -13,11 +13,6 @@ REGRESS = uuid_ossp
SHLIB_LINK += $(UUID_LIBS)
-# We copy some needed files verbatim from pgcrypto
-pgcrypto_src = $(top_srcdir)/contrib/pgcrypto
-
-PG_CPPFLAGS = -I$(pgcrypto_src)
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)