override pgxs data
gitea/postgresql-bouncernotice/pipeline/head This commit looks good Details

This commit is contained in:
Pierre Ducroquet 2023-09-21 12:41:30 +02:00
parent 9e9ef9f5db
commit 24883e5cb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
VERSION=`git describe | sed 's/^v//; s/-/./g' `
NAME=postgresql-bouncernotice
MODULES = $(patsubst %.c,%,$(wildcard src/*.c))
PG_CONFIG ?= pg_config
@ -6,6 +5,7 @@ PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
VERSION=`git describe | sed 's/^v//; s/-/./g' `
version:
@(echo $(VERSION))