<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Thanks!!!<br>
<br>
yeap manually adding the Makefiles to configure.in does the trick.<br>
<br>
<br>
Thanks again,<br>
Amilcar Lucas<br>
<br>
<br>
Sascha Cunz wrote:<br>
<blockquote type="cite" cite="mid200302172120.59426.Milo@NG-Projekt.ORG">
  <pre wrap="">Hi,
On Monday 17 February 2003 13:48, Amilcar do Carmo Lucas wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">In a simple C/C++ Hello world project, when I add a subproject, and then
add a Library or a Libtool target, I get no makefiles!

That means that when I compile, first I get:
"There is no Makefile in this directory. Run configure first?"  Yes/No

And then when I answer yes:
gmake: *** No rule to make target `libdataio.a'.
* *** Exited with status: 2 ***

libdataio.a is the library that I was trying to build, ands that I need
for the project to run.


This is working fine in Kdevelop 2.1.5 so I think I'll have to stick to
it for now.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I can confirm this. Gideon does not update configure.in in some situations. 
The Makefile must be added manually to the configure.in file.
Does manually changing configure.in help?

Sascha

_______________________________________________
Kdevelop-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kdevelop-devel@barney.cs.uni-potsdam.de">Kdevelop-devel@barney.cs.uni-potsdam.de</a>
<a class="moz-txt-link-freetext" href="http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel">http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="$mailwrapcol">-- 
Amilcar Lucas

---------------------------------------------------------------------------
             Institut fuer Datentechnik und Kommunikationsnetze
               Technische Universitaet Braunschweig, Germany      

Amilcar do Carmo Lucas                  Tel. : +49 531 391 3751
Raum 1315                               Fax  : +49 531 391 3750
Hans-Sommer Str. 66                     Email: <a class="moz-txt-link-abbreviated" href="mailto:amilcar@ida.ing.tu-bs.de">amilcar@ida.ing.tu-bs.de</a>
D-38106 Braunschweig
           <a class="moz-txt-link-freetext" href="http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml">http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml</a>
---------------------------------------------------------------------------
</pre>
<br>
</body>
</html>