diff options
| author | Michael Meskes <meskes@postgresql.org> | 2000-04-05 09:05:40 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2000-04-05 09:05:40 +0000 |
| commit | 9fb20f105fc70db9b9c46240b4090ec597f28fa0 (patch) | |
| tree | 7f876d53d90315d1555fe10338f8e149f290340b /src/interfaces/ecpg/test/Makefile | |
| parent | 5f39ba814239688813f15f4bfe50725348f78a1f (diff) | |
| download | postgresql-9fb20f105fc70db9b9c46240b4090ec597f28fa0.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
| -rw-r--r-- | src/interfaces/ecpg/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile index 7e824c021a..3f2f7f6771 100644 --- a/src/interfaces/ecpg/test/Makefile +++ b/src/interfaces/ecpg/test/Makefile @@ -1,7 +1,7 @@ all: test1 test2 test3 test4 perftest dyntest dyntest2 -#LDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq -lcrypt -LDFLAGS=-g -I../include -I/usr/include/postgresql -L../lib -L/usr/lib/postgresql -lecpg -lpq -lcrypt +LDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq -lcrypt +#LDFLAGS=-g -I../include -I/usr/include/postgresql -L../lib -L/usr/lib/postgresql -lecpg -lpq -lcrypt #LDFLAGS=-g -I/usr/include/postgresql -lecpg -lpq -lcrypt #ECPG=/usr/local/pgsql/bin/ecpg |
