summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2000-03-03 13:24:06 +0000
committerMichael Meskes <meskes@postgresql.org>2000-03-03 13:24:06 +0000
commit1c7fad57d6bc5018e2dcc35a3aaf253b62814eaa (patch)
tree4995abff6cf1016fd3f0fb55aae1329ac61533bd /src/interfaces/ecpg/test/Makefile
parent3a81a1a4623b2d56f25443e57ae243e13a44cad2 (diff)
downloadpostgresql-1c7fad57d6bc5018e2dcc35a3aaf253b62814eaa.tar.gz
*** empty log message ***
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
-rw-r--r--src/interfaces/ecpg/test/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile
index a4238fcc38..7e824c021a 100644
--- a/src/interfaces/ecpg/test/Makefile
+++ b/src/interfaces/ecpg/test/Makefile
@@ -1,7 +1,7 @@
-all: test1 test2 test3 test4 perftest dyntest
+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/usr/lib/postgresql -L../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
@@ -16,9 +16,10 @@ test3: test3.c
test4: test4.c
perftest: perftest.c
dyntest: dyntest.c
+dyntest2: dyntest2.c
.pgc.c:
$(ECPG) $?
clean:
- -/bin/rm test1 test2 test3 test4 perftest *.c log dyntest
+ -/bin/rm test1 test2 test3 test4 perftest *.c log dyntest dyntest2