aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-02 15:06:45 -0600
committerTed Gould <ted@gould.cx>2010-12-02 15:06:45 -0600
commit03dbdec884967325fc7e9135fbc336962ff2d6bf (patch)
tree8ee54b7bb8ef54c15c0a47f22fb555661d3b80f7 /example
parent185a2a9f6169928726c0710f77b440818ee582ce (diff)
downloadlibayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.tar.gz
libayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.tar.bz2
libayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.zip
Migrating to the LIBRARY flags
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 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