mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
13 lines
293 B
Makefile
13 lines
293 B
Makefile
# $PostgreSQL: pgsql/contrib/pg_logger/Makefile,v 1.3 2003/11/29 19:51:35 pgsql Exp $
|
|
|
|
subdir = contrib/pg_logger
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
PROGRAM = pg_logger
|
|
OBJS = pg_logger.o
|
|
|
|
DOCS = README.pg_logger
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|