Hi Neels,
On 21.11.22 01:00, Neels Hofmeyr wrote:
I try to accomplish this by:
pfcp_test_LDADD = \ $(LIBOSMOCORE_LIBS) \ $(top_builddir)/src/libosmo-pfcp/libosmo-pfcp.la \ $(top_builddir)/src/libosmo-gtlv/libosmo-gtlv.la \ $(NULL)
Not tested, but I wonder if it works if you move libosmo-pfcp.la before $(LIBOSMOCORE_LIBS). I just saw it like that in an osmo-bsc test.