From fcfec5c1bc9e786ab240f4b8d198b2e8ea15a9d5 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 5 Apr 2025 02:03:12 +0200 Subject: Move a_Misc_parse_content_disposition() to misc.h For now it allows building the unit test without linking problems. A more long-term solution is to split the code into separate modules that can be tested more easily. --- test/unit/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 224ea5ba..9e0407f9 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -32,11 +32,9 @@ containers_LDADD = \ $(top_builddir)/lout/liblout.a \ $(top_builddir)/dlib/libDlib.a disposition_SOURCES = \ - $(top_srcdir)/src/misc.c \ disposition.c disposition_LDADD = \ $(top_builddir)/dlib/libDlib.a -disposition_CFLAGS = -flto notsosimplevector_SOURCES = notsosimplevector.cc identity_SOURCES = identity.cc identity_LDADD = \ -- cgit v1.2.3