mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
40ca28d608
* Everything ready for 6.0, version number changed
11 lines
192 B
Makefile
11 lines
192 B
Makefile
if PGSQLBUILD
|
|
pkglib_LTLIBRARIES = postgresql.la
|
|
postgresql_la_SOURCES = postgresql.c
|
|
postgresql_la_LDFLAGS = -module
|
|
endif
|
|
man_MANS = echoping_postgresql.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
# $Id$
|