diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:37:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:37:58 -0600 |
commit | 2855f7ddc41cee49729cc94a43a3bead2de22055 (patch) | |
tree | f04bc5fb347c145d8ee5a015967ccfb2e3faaa85 /example/Makefile.am | |
parent | 40c2ed841e817647a7f9bf0798815bbf8279769c (diff) | |
parent | 671666f8ece765624fe6f2c94e6ece24688c5b8c (diff) | |
download | libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.gz libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.tar.bz2 libayatana-appindicator-2855f7ddc41cee49729cc94a43a3bead2de22055.zip |
Merging in removing of the service
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 4 |
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 = \ |