From 478c32ae5aceca9fadcd0de357bf5055c610c42d Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 22 Oct 2008 22:08:05 +0000 Subject: * 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 --- packages/libcurl/fpmake.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/libcurl') diff --git a/packages/libcurl/fpmake.pp b/packages/libcurl/fpmake.pp index 82ccf472f9..ba3c4316e8 100644 --- a/packages/libcurl/fpmake.pp +++ b/packages/libcurl/fpmake.pp @@ -21,6 +21,10 @@ begin T:=P.Targets.AddUnit('libcurl.pp'); + P.ExamplePath.Add('tests'); + P.Targets.AddExampleProgram('testcurl.pp'); + P.Targets.AddExampleProgram('teststream.pp'); + {$ifndef ALLPACKAGES} Run; end; -- cgit v1.2.1