Description: Add link to libsubunit
Author: Mathieu Malaterre <malat@debian.org>
Bug-Debian: https://bugs.debian.org/799822
Forwarded: no

--- vnstat-1.12.orig/tests/Makefile
+++ vnstat-1.12/tests/Makefile
@@ -3,7 +3,7 @@ CC = gcc
 endif
 CFLAGS ?= -Wall -Wextra -g
 CFLAGS += -DPROCNETDEV=\"testdir/proc/dev\" -DSYSCLASSNET=\"testdir/proc\"
-LDLIBS = -lm -lcheck -lrt -lpthread
+LDLIBS = -lm -lcheck -lrt -lpthread -lsubunit 
 OBJS = vnstat_tests.o common_tests.o database_tests.o config_tests.o ifinfo_tests.o misc_tests.o daemon_tests.o
 OBJS += common.o ifinfo.o dbshow.o dbaccess.o dbcache.o cfg.o misc.o daemon.o
 
