From 576a4a3a6cdf335d2db9949003aa419fc221ba0b Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Thu, 22 May 2003 08:51:44 +0000 Subject: [PATCH] Fix library directory (shouldn't include install/) git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/importfromcvs/trunk@11662 936e1b1b-40f2-da11-902a-00137254ae57 --- xmlada_dom.gpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlada_dom.gpr b/xmlada_dom.gpr index 5c0c481..bcc77ab 100644 --- a/xmlada_dom.gpr +++ b/xmlada_dom.gpr @@ -2,7 +2,7 @@ project XmlAda_Dom is for Source_Dirs use ("include/xmlada/"); for Object_Dir use "include/xmlada"; for Source_Files use (); - for Library_Dir use "install/lib/"; + for Library_Dir use "lib/"; for Library_Name use "xmlada_dom"; for Library_Kind use "static"; end XmlAda_Dom;