diff options
author | Christian Hesse <mail@eworm.de> | 2013-04-18 16:11:20 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-04-18 16:11:20 +0200 |
commit | 5d4caa6bc2e20b14e83d65a532e2ae1f43cc481b (patch) | |
tree | 2e577fbcd937f1ed6a101b6acfac03ff0a54355b /Makefile | |
parent | d459c37901953adf009b6d515d2ab5bd0e67120d (diff) | |
download | netlink-notify-5d4caa6bc2e20b14e83d65a532e2ae1f43cc481b.tar.gz netlink-notify-5d4caa6bc2e20b14e83d65a532e2ae1f43cc481b.tar.zst |
do not link agains libmnl0.4.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |