File tree 1 file changed +2
-12
lines changed 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for the plpgsql shared object
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.21 2000/03/08 01:58:44 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.22 2000/04/04 01:47:59 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -15,10 +15,7 @@ SO_MINOR_VERSION= 0
15
15
SRCDIR = @top_srcdir@
16
16
include $(SRCDIR ) /Makefile.global
17
17
18
- CFLAGS+ = -I$(LIBPQDIR ) -I$(SRCDIR ) /include
19
-
20
- # For fmgr.h
21
- CFLAGS+ = -I$(SRCDIR ) /backend
18
+ CFLAGS+ = -I$(SRCDIR ) /include -I$(SRCDIR ) /backend
22
19
23
20
# If using flex, ask for a case-insensitive, lex-compatible lexer.
24
21
ifneq (,$(findstring flex,$(LEX ) ) )
31
28
32
29
OBJS = pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
33
30
34
- SHLIB_LINK+ = $(LIBPQ )
35
-
36
- # If crypt is a separate library, rather than part of libc, it may need
37
- # to be referenced separately to keep (broken) linkers happy. (This is
38
- # braindead; users of libpq should not need to know what it depends on.)
39
- SHLIB_LINK+ = $(findstring -lcrypt,$(LIBS ) )
40
-
41
31
# Shared library stuff, also default 'all' target
42
32
include $(SRCDIR ) /Makefile.shlib
43
33
You can’t perform that action at this time.
0 commit comments