On Thursday 2017-11-30 18:11, Phil Sutter wrote: >This changes Makefiles so that libnftables is built into a static >library which is not installed. This allows for incompatible changes >while still providing a library to link to for testing purposes. > >diff --git a/src/Makefile.am b/src/Makefile.am >index 9f7a4bfbb90a4..07ddfd590dd8f 100644 >--- a/src/Makefile.am >+++ b/src/Makefile.am >@@ -27,9 +27,9 @@ parser_bison.o scanner.o: AM_CFLAGS += -Wno-missing-prototypes -Wno-missing-decl > > BUILT_SOURCES = parser_bison.h > >-lib_LTLIBRARIES = libnftables.la >+noinst_LIBRARIES = libnftables.a Making it a noinst_LTLIBRARIES would have the benefit that its dependencies are at least recorded. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html