From 3bd6577ac9f20525cb5eee5ed30a8ebc52277458 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Apr 2013 16:12:37 +0200 Subject: replace blkid with udev --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3-54-g00ecf