From 11998bfc8d952c346f2eb0318db9a6f3ea93fd14 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 14 May 2011 16:17:13 -0400 Subject: Added the icon to the indicator. Currently using a hardcoded path, will grab from the icon theme later, but need to add the local path to the icon theme for testing. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7d3cf35..fc973f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +AM_CPPFLAGS = -DICONS_DIR='"$(INDICATORICONSDIR)"' libexec_PROGRAMS = indicator-notifications-service -- cgit v1.2.3