From d572d59788143945c2a638f12a5227d9b21ce489 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 30 Nov 2017 19:36:23 +0100 Subject: Make libnftables a local static library 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. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore index 36d6acd1..e27d4f84 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,4 @@ +libnftables.a libnftables.la parser.c parser.h -- cgit v1.2.3