Re: propably automake bug

2024-01-12 Thread Mike Frysinger
i think you might be describing this bug report: https://debbugs.gnu.org/60508 -mike signature.asc Description: PGP signature

Re: propably automake bug

2023-03-10 Thread aotto
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