diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 14:56:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 14:56:14 -0600 |
commit | 185a2a9f6169928726c0710f77b440818ee582ce (patch) | |
tree | fa1e2794499210fd976364f05ff0dc199aa78b40 | |
parent | dd21c709028f6f1b96f702713acef3ac79f82f81 (diff) | |
download | libayatana-appindicator-185a2a9f6169928726c0710f77b440818ee582ce.tar.gz libayatana-appindicator-185a2a9f6169928726c0710f77b440818ee582ce.tar.bz2 libayatana-appindicator-185a2a9f6169928726c0710f77b440818ee582ce.zip |
Dropping a lib that should have never been there!
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 948549a..e793da7 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -91,7 +91,7 @@ expand_content_files= # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la +GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.local.make |