summaryrefslogtreecommitdiff
path: root/packages/ldap/Makefile.fpc.fpcmake
blob: df7b89fe00a716e75ad78a467e03d751227a621e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
#   Makefile.fpc for LDAP bindings
#

[package]
name=ldap
version=3.0.1

[target]
units=lber ldap

[require]
packages=hash

[install]
fpcpackage=y

[compiler]
includedir=src
sourcedir=src tests

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: