# contrib/cm/cm_ctl/Makefile

#conmgr_dir=../conmgr

#PGFILEDESC = "cm_ctl - starts stops the conmgr process"
#PGAPPICON = win32
#PROGRAM = cm_ctl
#OBJS	= cm_ctl.o $(WIN32RES)
#PG_CPPFLAGS = -I$(libpq_srcdir) -I$(conmgr_dir)
#PG_LIBS_INTERNAL = $(libpq_pgport)
#TOOL_BIN = ../tools

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
