summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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