mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Clean up the Makefile, per Michael Paquier. Classify REINDEX as we do in core, use '1.0' for the version, per Fujii.
5 lines
145 B
Text
5 lines
145 B
Text
# pg_audit extension
|
|
comment = 'provides auditing functionality'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/pg_audit'
|
|
relocatable = true
|