14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
$OpenBSD: patch-examples_cursor_Makefile,v 1.1 2005/05/09 13:51:35 avsm Exp $
|
|
--- examples/cursor/Makefile.orig Sat Apr 23 16:35:37 2005
|
|
+++ examples/cursor/Makefile Sat Apr 23 16:35:42 2005
|
|
@@ -1,8 +1,6 @@
|
|
-OCAMLMAKEFILE = ../../OCamlMakefile
|
|
+OCAMLMAKEFILE = ../OCamlMakefile
|
|
|
|
SOURCES = cursor.ml
|
|
-INCDIRS = ../../lib
|
|
-LIBDIRS = ../../lib
|
|
LIBS = postgresql
|
|
RESULT = cursor
|
|
|