diff options
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index ae468f7..e23e08d 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -11,9 +11,13 @@ simple_client_SOURCES = \ simple_client_CFLAGS = \ $(LIBRARY_CFLAGS) \ + -DLOCAL_ICON="\"$(abs_srcdir)/simple-client-test-icon.png\"" \ -Wall -Werror \ -I$(top_srcdir)/src simple_client_LDADD = \ $(LIBRARY_LIBS) \ $(top_builddir)/src/libappindicator.la + +EXTRA_DIST = \ + simple-client-test-icon.png |