aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-04-16 16:12:37 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-04-16 16:12:37 +0200
commit3bd6577ac9f20525cb5eee5ed30a8ebc52277458 (patch)
tree3064dd96a62a8e2c504f77845b792a7c459113cb /Makefile
parentcc9fb69d9886c3285a97e3ef2b188b69e386ee01 (diff)
downloadudev-block-notify-3bd6577ac9f20525cb5eee5ed30a8ebc52277458.tar.gz
udev-block-notify-3bd6577ac9f20525cb5eee5ed30a8ebc52277458.tar.zst
replace blkid with udev0.5.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f207c3f..3ae50c5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
CC := gcc
CFLAGS += $(shell pkg-config --cflags --libs libudev) \
- $(shell pkg-config --cflags --libs blkid) \
$(shell pkg-config --cflags --libs libnotify)
VERSION = $(shell git describe --tags --long)