diff options
author | Ted Gould <ted@gould.cx> | 2009-11-30 13:12:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-30 13:12:49 -0600 |
commit | 7cc02cf062998c6e8bc6caca4359ce5d45d6eb8a (patch) | |
tree | 359ad33f39311cb537caa077d1597ad40ed03f96 /example/Makefile.am | |
parent | a7c70796808179a0033a01a436156f5d5087d39a (diff) | |
download | libayatana-appindicator-7cc02cf062998c6e8bc6caca4359ce5d45d6eb8a.tar.gz libayatana-appindicator-7cc02cf062998c6e8bc6caca4359ce5d45d6eb8a.tar.bz2 libayatana-appindicator-7cc02cf062998c6e8bc6caca4359ce5d45d6eb8a.zip |
Migrating to the new 'app' world.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 954b04e..f4f2ab2 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -16,4 +16,4 @@ simple_client_CFLAGS = \ simple_client_LDADD = \ $(INDICATOR_LIBS) \ - $(top_builddir)/src/libcustomindicator.la + $(top_builddir)/src/libappindicator.la |