From 9bca11727451f364f180758b46051a8e0398bccd Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 14 Mar 2016 10:30:55 +0100 Subject: lib: Move list function definitions into a source file This moves the function definitions of list.h into a separate source file to avod linker errors when including the file in more than one source file. --- src/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/CMakeLists.txt') diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index c52a5609..589c8769 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -12,6 +12,7 @@ set(SOURCE_FILES du_buff.c ipcp.c irm.c + list.c rina_name.c sockets.c ) -- cgit v1.2.3