Re: propably automake bug
i think you might be describing this bug report: https://debbugs.gnu.org/60508 -mike signature.asc Description: PGP signature
Re: propably automake bug
Update If I add *EXTRA_ConfigServer_DEPENDENCIES* just with the value of *liblcconfig_static_LIBADD* than it works. It is now clear that *ConfigServer_LDADD* was "forgotten" in the dependency-list. myexe += ConfigServer ConfigServer_CPPFLAGS = $(libmqmsgque_CPPFLAGS) $(liblcconfig_CPPFLAGS) C