diff options
author | Ted Gould <ted@gould.cx> | 2009-12-01 09:22:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-01 09:22:17 -0600 |
commit | 1566a997ddea244cee33e7e8382017e5a93a3cce (patch) | |
tree | 09a4c12734929fa2da38750a9d676b14bfc21a15 /example/Makefile.am | |
parent | 113fc34a5865253cd1508cce2973eb7aefddc2ab (diff) | |
parent | f0881be3b8f779e0411958e6637f8f29e5697cbb (diff) | |
download | libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.tar.gz libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.tar.bz2 libayatana-appindicator-1566a997ddea244cee33e7e8382017e5a93a3cce.zip |
Massive name change.
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 |