diff options
author | Christian Hesse <mail@eworm.de> | 2013-04-16 16:12:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-04-16 16:12:37 +0200 |
commit | 3bd6577ac9f20525cb5eee5ed30a8ebc52277458 (patch) | |
tree | 3064dd96a62a8e2c504f77845b792a7c459113cb /Makefile | |
parent | cc9fb69d9886c3285a97e3ef2b188b69e386ee01 (diff) | |
download | udev-block-notify-3bd6577ac9f20525cb5eee5ed30a8ebc52277458.tar.gz udev-block-notify-3bd6577ac9f20525cb5eee5ed30a8ebc52277458.tar.zst |
replace blkid with udev0.5.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |