aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-09 16:52:06 -0600
committerTed Gould <ted@gould.cx>2010-11-09 16:52:06 -0600
commit02e634b42f174aaf771eaed445b6ddf0b690692a (patch)
tree3e956c37b2c4816be1a9a86f970d591417f26a85 /example
parent9c008cd03484b38b968618f1877c64215ba2c2fb (diff)
downloadlibayatana-appindicator-02e634b42f174aaf771eaed445b6ddf0b690692a.tar.gz
libayatana-appindicator-02e634b42f174aaf771eaed445b6ddf0b690692a.tar.bz2
libayatana-appindicator-02e634b42f174aaf771eaed445b6ddf0b690692a.zip
Adding in an icon and passing it's path to the build
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am4
-rw-r--r--example/simple-client-test-icon.pngbin0 -> 3310 bytes
2 files changed, 4 insertions, 0 deletions
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
diff --git a/example/simple-client-test-icon.png b/example/simple-client-test-icon.png
new file mode 100644
index 0000000..30dbb9d
--- /dev/null
+++ b/example/simple-client-test-icon.png
Binary files differ