aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-03 21:37:58 -0600
committerTed Gould <ted@gould.cx>2010-12-03 21:37:58 -0600
commit2855f7ddc41cee49729cc94a43a3bead2de22055 (patch)
treef04bc5fb347c145d8ee5a015967ccfb2e3faaa85 /example
parent40c2ed841e817647a7f9bf0798815bbf8279769c (diff)
parent671666f8ece765624fe6f2c94e6ece24688c5b8c (diff)
downloadlibayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.gz
libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.bz2
libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.zip
Merging in removing of the service
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 0659174..e23e08d 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -10,13 +10,13 @@ simple_client_SOURCES = \
simple-client.c
simple_client_CFLAGS = \
- $(INDICATOR_CFLAGS) \
+ $(LIBRARY_CFLAGS) \
-DLOCAL_ICON="\"$(abs_srcdir)/simple-client-test-icon.png\"" \
-Wall -Werror \
-I$(top_srcdir)/src
simple_client_LDADD = \
- $(INDICATOR_LIBS) \
+ $(LIBRARY_LIBS) \
$(top_builddir)/src/libappindicator.la
EXTRA_DIST = \