libnl: fix automake breakage

Jan Engelhardt jengelh at medozas.de
Thu Nov 5 11:42:52 EST 2009


On Thursday 2009-11-05 16:11, Patrick McHardy wrote:
>> On Thursday 2009-11-05 13:38, Patrick McHardy wrote:
>> 
>>>    libnl: fix automake breakage
>>>    
>>>    libnl-route must be handled before libnl-nf in lib_LTLIBRARIES since
>>>    the later depends on the former.
>> 
>> But this is already expressed:
>> 
>> libnl_nf_la_LIBADD  = libnl-route.la 
>> 
>> and automake does normally honor this dependency (because it's expressed
>> as a real existing file rather than "-lnf-route"):
>
>Well, it fails for me during "make install":

Ah indeed, I forgot. Patch is valid.

>BTW, one more thing, "make clean" doesn't clean up the dep files
>and .dirstamp.

It is not supposed to. (Because there are no .o files, the dependencies
are pointless at that moment anyway.) distclean will get rid of them,
though.



More information about the libnl mailing list