From 02e634b42f174aaf771eaed445b6ddf0b690692a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 9 Nov 2010 16:52:06 -0600 Subject: Adding in an icon and passing it's path to the build --- example/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index f4f2ab2..0659174 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -11,9 +11,13 @@ simple_client_SOURCES = \ simple_client_CFLAGS = \ $(INDICATOR_CFLAGS) \ + -DLOCAL_ICON="\"$(abs_srcdir)/simple-client-test-icon.png\"" \ -Wall -Werror \ -I$(top_srcdir)/src simple_client_LDADD = \ $(INDICATOR_LIBS) \ $(top_builddir)/src/libappindicator.la + +EXTRA_DIST = \ + simple-client-test-icon.png -- cgit v1.2.3 From 03dbdec884967325fc7e9135fbc336962ff2d6bf Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 2 Dec 2010 15:06:45 -0600 Subject: Migrating to the LIBRARY flags --- example/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index f4f2ab2..ae468f7 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -10,10 +10,10 @@ simple_client_SOURCES = \ simple-client.c simple_client_CFLAGS = \ - $(INDICATOR_CFLAGS) \ + $(LIBRARY_CFLAGS) \ -Wall -Werror \ -I$(top_srcdir)/src simple_client_LDADD = \ - $(INDICATOR_LIBS) \ + $(LIBRARY_LIBS) \ $(top_builddir)/src/libappindicator.la -- cgit v1.2.3