From 266cb3f209e752856b832af008cf7aba40be3cba Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 29 Aug 2015 00:49:57 +1200 Subject: Set battery check interval to 2 minutes rather than 5 seconds --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a458cb3..f279784 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ DEFS += -DPREFIX=\"$(PREFIX)\" \ -D_GNU_SOURCE -DEPS = bat_tray.h \ +DEPS += bat_tray.h \ common.h \ config_file.h \ defaults.h \ @@ -38,7 +38,7 @@ DEPS = bat_tray.h \ tray.h \ paramano_set_interface.h -CFLAGS = -I/usr/include/gtk-2.0 \ +CFLAGS += -I/usr/include/gtk-2.0 \ -I/usr/lib/gtk-2.0/include \ -I/usr/include/pango-1.0 \ -I/usr/include/cairo \ @@ -61,7 +61,7 @@ CFLAGS = -I/usr/include/gtk-2.0 \ -Werror \ -D_=gettext -LDFLAGS = -lgtk-3 \ +LDFLAGS += -lgtk-3 \ -lgobject-2.0 \ -lglib-2.0 -- cgit v1.1