Just because I think my reply is easily misunderstood: * Ralf Wildenhues wrote on Thu, Jun 04, 2009 at 07:47:50AM CEST: > * johnwohlb...@gmail.com wrote on Thu, Jun 04, 2009 at 12:24:29AM CEST: > > > > from lib1/Makefile.am > > > > nobase_include_HEADERS = \ > > $(header_file_list) > > The above is ok, the below is not.
You should keep the above two lines and just drop the next 8 lines: > > lib1/header1.hh : lib1 > > for file in $(header_file_list) ; do \ > > nobase_file="`echo $$file | sed -e 's?lib1/??'`" ; \ > > $(LN_S) -f @HOST_ACDIR@/src/lib1/$$nobase_file lib1/. ; \ > > done > > > > lib1 : > > mkdir lib1; and then adjust -I paths and then be happy. Cheers, Ralf