blob: b27b9fb009d910f893c10258137500f92099a6af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# this makefile is only use for collecting HEADERS
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/include/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:28 scrappy Exp $
#
#-------------------------------------------------------------------------
VPATH:= $(VPATH):$(CURDIR)/include
HEADERS+= c.h libpq-fe.h miscadmin.h postgres.h
|