blob: 4748310aeb3df3ad4aec3949f4c1de6205d11af7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.custom,v 1.1.1.1 2004/04/19 00:07:13 recht Exp $
#
# This file is included by Makefile.global, which is included by every
# sub-Makefile in the build tree. Makefiles for shared libraries include
# Makefile.global then Makefile.shlib.
pkglibdir = $(exec_prefix)/lib/postgresql
ifdef INSTALLED_LIBPQ
libpq = -lpq
endif
ifdef INSTALLED_LIBPGTCL
libpgtcl = -lpgtcl
endif
|