Skip to content

Commit

Permalink
Fixing meson build and a tiny Makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforall committed Aug 23, 2023
1 parent fc850ba commit 9ae1038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ TAP_TESTS = 0

OBJS = src/encryption/enc_tuple.o \
src/encryption/enc_aes.o \
src/encryption/test.o \
src/access/pg_tde_io.o \
src/access/pg_tdeam_visibility.o \
src/access/pg_tde_tdemap.o \
Expand Down
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pg_tde_sources = files(
'src/pg_tde.c',
'src/access/pg_tde_tdemap.c',
'src/access/pg_tdeam.c',
'src/access/pg_tdeam_handler.c',
'src/access/pg_tdeam_visibility.c',
Expand Down

0 comments on commit 9ae1038

Please sign in to comment.