summaryrefslogtreecommitdiff
path: root/packages/gdbm
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-22 22:08:05 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2008-10-22 22:08:05 +0000
commit478c32ae5aceca9fadcd0de357bf5055c610c42d (patch)
tree6e702ba26851e52479f0584fcd7a2e3becd4b25a /packages/gdbm
parent36a5448b083a367683c49d18163df19a76037b2b (diff)
downloadfpc-478c32ae5aceca9fadcd0de357bf5055c610c42d.tar.gz
* More fpmake fixes. Exampledirs and includefiles mostly fixed for these.
gdbint moves two examples from src to exampledir + makefile fix. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11949 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/gdbm')
-rw-r--r--packages/gdbm/fpmake.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gdbm/fpmake.pp b/packages/gdbm/fpmake.pp
index 4a9fbbe1c5..e8b8d0d197 100644
--- a/packages/gdbm/fpmake.pp
+++ b/packages/gdbm/fpmake.pp
@@ -21,6 +21,11 @@ begin
T:=P.Targets.AddUnit('gdbm.pp');
+ P.ExamplePath.Add('examples');
+ P.Targets.AddExampleProgram('tests/testgdbm.pp');
+ P.Targets.AddExampleProgram('tests/testgdbm2.pp');
+
+
{$ifndef ALLPACKAGES}
Run;
end;