#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for the traffic cop module
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/backend/tcop/Makefile.inc,v 1.5 1996/02/24 00:47:00 jolly Exp $
#
#-------------------------------------------------------------------------

VPATH:= $(VPATH):$(CURDIR)/tcop

SRCS_TCOP= aclchk.c dest.c fastpath.c postgres.c pquery.c utility.c

HEADERS+= dest.h fastpath.h pquery.h tcopdebug.h tcopprot.h utility.h
