aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)