diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-22 22:08:05 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-22 22:08:05 +0000 |
| commit | 478c32ae5aceca9fadcd0de357bf5055c610c42d (patch) | |
| tree | 6e702ba26851e52479f0584fcd7a2e3becd4b25a /packages/httpd13 | |
| parent | 36a5448b083a367683c49d18163df19a76037b2b (diff) | |
| download | fpc-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/httpd13')
| -rw-r--r-- | packages/httpd13/fpmake.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/httpd13/fpmake.pp b/packages/httpd13/fpmake.pp index 956b06b31f..7d8afb9fb8 100644 --- a/packages/httpd13/fpmake.pp +++ b/packages/httpd13/fpmake.pp @@ -17,7 +17,10 @@ begin P.Directory:='httpd13'; {$endif ALLPACKAGES} P.Version:='2.2.2-0'; + P.SourcePath.Add('src'); + P.IncludePath.Add('src'); + // P.Dependencies.Add('x11'); T:=P.Targets.AddUnit('httpd.pas'); |
