On 13/08/15 15:06, Andreas Tille wrote: > +libMems_la_LIBADD = $(DEPS_LIBS) @BOOST_FILESYSTEM_LIB@ > @BOOST_IOSTREAMS_LIB@ @BOOST_SYSTEM_LIB@ > + > SUBDIRS = libMems
Move this from /Makefile.am into /libMems/Makefile.am, where libMems.la is built and the rest of the libMems_la_WHATEVER variables appear. S