Skip to content

Commit

Permalink
Merge pull request #3 from Percona-Lab/pgxs
Browse files Browse the repository at this point in the history
Fix compilation with PGXS
  • Loading branch information
dAdAbird authored Aug 17, 2023
2 parents 1961dc9 + 91c54ae commit 70a1a0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 53 deletions.
9 changes: 6 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# contrib/pg_tde/Makefile

SUBDIRS = access encryption
MODULE_big = pg_tde

tde_subdirs = access encryption

OBJS = \
$(patsubst %.c,%.o,$(foreach dir,$(tde_subdirs), $(wildcard $(dir)/*.c)))

ifdef USE_PGXS
PG_CONFIG = pg_config
Expand All @@ -12,5 +17,3 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

$(recurse)
28 changes: 0 additions & 28 deletions src/access/Makefile

This file was deleted.

22 changes: 0 additions & 22 deletions src/encryption/Makefile

This file was deleted.

0 comments on commit 70a1a0c

Please sign in to comment.