diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 15:06:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 15:06:45 -0600 |
commit | 03dbdec884967325fc7e9135fbc336962ff2d6bf (patch) | |
tree | 8ee54b7bb8ef54c15c0a47f22fb555661d3b80f7 /example/Makefile.am | |
parent | 185a2a9f6169928726c0710f77b440818ee582ce (diff) | |
download | libayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.tar.gz libayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.tar.bz2 libayatana-appindicator-03dbdec884967325fc7e9135fbc336962ff2d6bf.zip |
Migrating to the LIBRARY flags
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 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 |