From 5d4caa6bc2e20b14e83d65a532e2ae1f43cc481b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 18 Apr 2013 16:11:20 +0200 Subject: do not link agains libmnl --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 312ff7c..bd092f1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ # netlink-notify - Notify about netlink changes CC := gcc -CFLAGS += $(shell pkg-config --cflags --libs libmnl) \ - $(shell pkg-config --cflags --libs libnotify) +CFLAGS += $(shell pkg-config --cflags --libs libnotify) VERSION = $(shell git describe --tags --long) all: netlink-notify.c -- cgit v1.2.3-54-g00ecf