summaryrefslogtreecommitdiff
path: root/packages/ldap/Makefile.fpc
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-01-26 20:17:35 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-01-26 20:17:35 +0000
commit3f3dc50739f8f6d89e8f8aba4cdd9d04283de209 (patch)
treec334759d764e8d612a1e20f53af0c53677dd768b /packages/ldap/Makefile.fpc
parent29a5dd6091a616fe53fb66428253f68f3f8c48d5 (diff)
downloadfpc-3f3dc50739f8f6d89e8f8aba4cdd9d04283de209.tar.gz
* ldap moved
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9966 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/ldap/Makefile.fpc')
-rw-r--r--packages/ldap/Makefile.fpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/ldap/Makefile.fpc b/packages/ldap/Makefile.fpc
new file mode 100644
index 0000000000..d97544b19e
--- /dev/null
+++ b/packages/ldap/Makefile.fpc
@@ -0,0 +1,26 @@
+#
+# Makefile.fpc for LDAP bindings
+#
+
+[package]
+name=ldap
+version=2.0.0
+
+[target]
+units=lber ldap
+
+[require]
+packages=hash
+
+[install]
+fpcpackage=y
+
+[compiler]
+includedir=src
+sourcedir=src tests
+
+[default]
+fpcdir=../..
+
+[rules]
+.NOTPARALLEL: