From: Paul F. <pj...@wa...> - 2025-03-25 21:05:27
|
On 25/03/2025 14:25, Florian Krohm wrote: > > disasm_test_CFLAGS = $(AM_CFLAGS_PRI) > -disasm_test_DEPENDENCIES = > +disasm_test_DEPENDENCIES = > $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a > disasm_test_LDADD = > $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a > disasm_test_LDFLAGS = $(AM_CFLAGS_PRI) @LIB_UBSAN@ > > does the trick. Is this the proper way? > Hi Florian I'm not great at autotools either but that looks right to me. A+ Paul |