mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 20:00:50 -05:00
17 lines
429 B
Makefile
17 lines
429 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile--
|
|
# Makefile for lib (miscellaneous stuff)
|
|
#
|
|
# IDENTIFICATION
|
|
# src/backend/lib/Makefile
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
subdir = src/backend/lib
|
|
top_builddir = ../../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
OBJS = dllist.o stringinfo.o
|
|
|
|
include $(top_srcdir)/src/backend/common.mk
|