Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
Hi Dmitry, On Thu, 2020-12-10 at 14:52 +0300, Dmitry V. Levin wrote: > On Thu, Dec 10, 2020 at 12:28:35PM +0100, Mark Wielaard wrote: > > > > + * Makefile.am (noinst_PROGRAMS): Rename to noinst_DATA. > > > > + (libasm_so_SOURCES): Remove. > > > > + (CLEANFILES): Add libelf.so. >

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Dmitry V. Levin
On Thu, Dec 10, 2020 at 12:28:35PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Thu, 2020-12-10 at 13:30 +0300, Dmitry V. Levin wrote: > > On Thu, Dec 10, 2020 at 11:09:21AM +0100, Mark Wielaard wrote: > > > Very nice. I have one small issue, with automake 1.13.4 when removing > > > the lib{asm

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
Hi Dmitry, On Thu, 2020-12-10 at 13:30 +0300, Dmitry V. Levin wrote: > On Thu, Dec 10, 2020 at 11:09:21AM +0100, Mark Wielaard wrote: > > Very nice. I have one small issue, with automake 1.13.4 when removing > > the lib{asm,dw,elf}_so_SOURCES variables no clean rule is generated > > anymore for th

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Dmitry V. Levin
On Thu, Dec 10, 2020 at 11:09:21AM +0100, Mark Wielaard wrote: > On Thu, 2020-12-10 at 02:34 +0300, Dmitry V. Levin wrote: > > Apparently, commit 2f02e81510946a4c8e9157ad0b72d92894b9acd7 that > > removed > > $(EXEEXT) suffix from shared libraries was incomplete: it missed the > > fact that some lib

Re: [PATCH] Fix automake warnings

2020-12-10 Thread Mark Wielaard
On Thu, 2020-12-10 at 02:34 +0300, Dmitry V. Levin wrote: > Apparently, commit 2f02e81510946a4c8e9157ad0b72d92894b9acd7 that > removed > $(EXEEXT) suffix from shared libraries was incomplete: it missed the > fact that some libraries were included into noinst_PROGRAMS, > resulting > to the following