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;