File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.24 1996/08/21 04: 03:32 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -158,11 +158,11 @@ USE_READLINE= true
158
158
159
159
# directories for the readline and history libraries.
160
160
READLINE_INC= -I/home/tools/include
161
- READLINE_LIB= -L/home/tools/lib
161
+ READLINE_LIB= -L/home/tools/lib -lreadline
162
162
163
163
# use the following if your readline has a separate history lib
164
164
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
165
- #HISTORY_LIB= -L/home/tools/lib
165
+ #HISTORY_LIB= -L/home/tools/lib -lhistory
166
166
167
167
# If you do not plan to use Host based authentication,
168
168
# comment out the following line
You can’t perform that action at this time.
0 commit comments