From 8ec2284b64925076157c239f2478e00613d98d8a Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 1 Aug 2016 17:58:39 +0300 Subject: applets: don't include non-existent dir in Makefile.am it does no harm but can be confusing when you read it :) --- applets/inhibit/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'applets/inhibit') diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index 3d275a1..cc5d2d7 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -19,7 +19,6 @@ AM_CPPFLAGS = \ -DEGG_VERBOSE="\"GPM_VERBOSE\"" \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ - -I$(top_srcdir)/libdbus-glib \ $(DISABLE_DEPRECATED) \ $(NULL) -- cgit v1.2.1