78f00ac44c
-- This OCaml library provides an interface to PostgreSQL (tested with versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open source, relational database. Almost all functionality available through the C-API (libpq) is replicated in a type-safe way. This library uses objects for representing database connections and results of queries.
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
$OpenBSD: patch-examples_populate_Makefile,v 1.1.1.1 2004/06/12 22:03:12 avsm Exp $
|
|
--- examples/populate/Makefile.orig 2004-06-12 19:14:09.000000000 +0100
|
|
+++ examples/populate/Makefile 2004-06-12 19:14:20.000000000 +0100
|
|
@@ -1,8 +1,6 @@
|
|
-OCAMLMAKEFILE = ../../OCamlMakefile
|
|
+OCAMLMAKEFILE = ../OCamlMakefile
|
|
|
|
SOURCES = populate.ml
|
|
-INCDIRS = ../../lib
|
|
-LIBDIRS = ../../lib
|
|
LIBS = postgresql
|
|
RESULT = populate
|
|
|