diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-08-21 04:03:32 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-08-21 04:03:32 +0000 |
commit | 4455ba2c88231fd16f926bf7941006f2e4cdf4ef (patch) | |
tree | 5292a10d750a8cc03f920298806b188aaef9e837 /src | |
parent | 41d0b147646e588c69ec826f8800030bbd31a8cd (diff) | |
download | postgresql-4455ba2c88231fd16f926bf7941006f2e4cdf4ef.tar.gz postgresql-4455ba2c88231fd16f926bf7941006f2e4cdf4ef.zip |
Erk, missed adding the required ilbrary itself
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.global | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index e82377f8dd9..9fc924f6e84 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.24 1996/08/21 04:03:32 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -158,11 +158,11 @@ USE_READLINE= true # directories for the readline and history libraries. READLINE_INC= -I/home/tools/include -READLINE_LIB= -L/home/tools/lib +READLINE_LIB= -L/home/tools/lib -lreadline # use the following if your readline has a separate history lib #HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline -#HISTORY_LIB= -L/home/tools/lib +#HISTORY_LIB= -L/home/tools/lib -lhistory # If you do not plan to use Host based authentication, # comment out the following line |