Re: build setup with variables fail

2024-03-29 Thread aotto
already solved → documentation is your friend, this issue with "-module" is already known.

build setup with variables fail

2024-03-29 Thread aotto
Hi, I'm having a problem to use a makefile *variable* to minimize the configuration replication. The problem is *noversion_LDFLAGS* which has all flags for *_LDFLAGS *but* seems *not* be accepted as valid input in the *Makefile.am* file. my project : > pkglib_LTLIBRARIES = pymqmsgque.la > py