summaryrefslogtreecommitdiff
path: root/packages/postgres/examples/Makefile.fpc
blob: 618db20336822625529c572e8887f41f98905a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  Makefile.fpc for postgres units example
#

[target]
programs=testpg1 testpg2

[require]
packages=postgres

[install]
fpcpackage=y

[default]
fpcdir=../../..