diff options
Diffstat (limited to 'src/backend/tcop/Makefile.inc')
-rw-r--r-- | src/backend/tcop/Makefile.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/backend/tcop/Makefile.inc b/src/backend/tcop/Makefile.inc new file mode 100644 index 00000000000..7bc44a67fd9 --- /dev/null +++ b/src/backend/tcop/Makefile.inc @@ -0,0 +1,18 @@ +#------------------------------------------------------------------------- +# +# Makefile.inc-- +# Makefile for the traffic cop module +# +# Copyright (c) 1994, Regents of the University of California +# +# +# IDENTIFICATION +# $Header: /cvsroot/pgsql/src/backend/tcop/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:59 scrappy 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 |