summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-11-26 15:08:18 +0100
committerBastien Nocera <hadess@hadess.net>2013-11-26 18:53:18 +0100
commitebc15e60a89fff2d3b3a04dc6aa02737e3f3c120 (patch)
treeef21a54736124124e8cbbbb0a49e7c4a3590837e /docs
parent85f2d94253fd86eee2653eacceae2cbce01fd8e9 (diff)
downloadgnome-shell-ebc15e60a89fff2d3b3a04dc6aa02737e3f3c120.tar.gz
bluetooth: Remove GnomeBluetoothApplet hacks
https://bugzilla.gnome.org/show_bug.cgi?id=719341
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/shell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/shell/Makefile.am b/docs/reference/shell/Makefile.am
index 588e72b9c..c4b064fcb 100644
--- a/docs/reference/shell/Makefile.am
+++ b/docs/reference/shell/Makefile.am
@@ -112,7 +112,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=$(GNOME_SHELL_CFLAGS)
-GTKDOC_LIBS=$(GNOME_SHELL_LIBS) $(BLUETOOTH_LIBS) $(top_builddir)/src/libgnome-shell-menu.la $(top_builddir)/src/libgnome-shell-base.la $(top_builddir)/src/libgnome-shell.la
+GTKDOC_LIBS=$(GNOME_SHELL_LIBS) $(top_builddir)/src/libgnome-shell-menu.la $(top_builddir)/src/libgnome-shell-base.la $(top_builddir)/src/libgnome-shell.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make