mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Add database.c for database initial access info and support.
This commit is contained in:
parent
acc2843025
commit
8a7f79c83c
@ -4,7 +4,7 @@
|
|||||||
# Makefile for utils/misc
|
# Makefile for utils/misc
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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)
|
CFLAGS += $(INCLUDE_OPT)
|
||||||
|
|
||||||
OBJS = superuser.o
|
OBJS = database.o superuser.o
|
||||||
|
|
||||||
all: SUBSYS.o
|
all: SUBSYS.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user