diff options
Diffstat (limited to 'contrib/tablefunc/meson.build')
-rw-r--r-- | contrib/tablefunc/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tablefunc/meson.build b/contrib/tablefunc/meson.build index d2ddc8d3b39..5bfb82bad01 100644 --- a/contrib/tablefunc/meson.build +++ b/contrib/tablefunc/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + tablefunc_sources = files( 'tablefunc.c', ) |