summaryrefslogtreecommitdiff
path: root/packages/libxml/fpmake.pp
diff options
context:
space:
mode:
authorivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-01-24 01:40:17 +0000
committerivost <ivost@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-01-24 01:40:17 +0000
commit522d8464d51e9da9da91093d6e2f312cea2e07f5 (patch)
tree464de8e71d09bfdb1c3c189b48661b9bbf9183e7 /packages/libxml/fpmake.pp
parent1b6f76f9e2dfbb01109e9e6d88245be750f6d9fd (diff)
downloadfpc-522d8464d51e9da9da91093d6e2f312cea2e07f5.tar.gz
* fixed name of libxml2, it's called now xml2. This way it follows the rules of the other libs in packages
* tried to fix the samples (still some problems) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12587 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libxml/fpmake.pp')
-rw-r--r--packages/libxml/fpmake.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libxml/fpmake.pp b/packages/libxml/fpmake.pp
index fbfa2a1aae..900d1bf179 100644
--- a/packages/libxml/fpmake.pp
+++ b/packages/libxml/fpmake.pp
@@ -12,7 +12,7 @@ begin
begin
{$endif ALLPACKAGES}
- P:=AddPackage('libxml2');
+ P:=AddPackage('xml2');
{$ifdef ALLPACKAGES}
P.Directory:='libxml';
{$endif ALLPACKAGES}
@@ -20,7 +20,7 @@ begin
P.SourcePath.Add('src');
P.IncludePath.Add('src');
- T:=P.Targets.AddUnit('libxml2.pas');
+ T:=P.Targets.AddUnit('xml2.pas');
with T.Dependencies do
begin
AddInclude('xinclude.inc');