Commit 8a7f79c8 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Add database.c for database initial access info and support.

parent acc28430
......@@ -4,7 +4,7 @@
# Makefile for utils/misc
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.2 1996/11/06 06:52:23 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/misc/Makefile,v 1.3 1997/11/07 07:03:37 thomas Exp $
#
#-------------------------------------------------------------------------
......@@ -16,7 +16,7 @@ INCLUDE_OPT = -I../../port/$(PORTNAME) \
CFLAGS += $(INCLUDE_OPT)
OBJS = superuser.o
OBJS = database.o superuser.o
all: SUBSYS.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment