Hello, Harald!
> I would not like to add any assumption to Makefile.inc > whether lib_LIBRARIES has been set before. So I have added > > lib_LIBRARIES = > > to the beginning of the top level Makefile.am as a workaround. > But of course this is pretty ugly. There might be billions of > other variables I have to set.
You can always make a brand new variable: defaultlibdir = $(libdir) defaultlib_LIBRARIES = .....
What bothers me is "CLEANFILES".
Andre Caldas.
_______________________________________________ Autoconf mailing list [email protected] http://lists.gnu.org/mailman/listinfo/autoconf
