echoping/SRC/plugins/postgresql/Makefile.am
2007-03-26 20:14:16 +00:00

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$