uuid-ossp: Remove obsolete build connection with pgcrypto
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 30 Oct 2021 10:53:02 +0000 (12:53 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 30 Oct 2021 10:53:02 +0000 (12:53 +0200)
unused since a8ed6bb8f4cf259b95c1bff5da09a8f4c79dca46

contrib/uuid-ossp/Makefile

index c42edf5f1a0c146a4f128f555f4f792099687647..e126ce1b619c39b1be1425ea3d93f784a492303e 100644 (file)
@@ -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)