summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagn@redhat.com>2013-08-16 14:15:08 +0200
committerGiovanni Campagna <gcampagn@redhat.com>2013-08-26 15:00:29 +0200
commitea3d2b4759524345c89fe08ad0c159d7136dbdf1 (patch)
tree1a4763b49400b0407cffeefdf5d63b52fe92d276 /doc
parent542a0886cf14cec3995ada289e25f16aac772fd3 (diff)
downloadmutter-ea3d2b4759524345c89fe08ad0c159d7136dbdf1.tar.gz
wayland: make parallel installable with regular mutter
Modify all visible instances of mutter with mutter-wayland (libraries, folders, pkgconfig, etc.), so that the wayland branch can be installed alongside the usual X11 mutter. https://bugzilla.gnome.org/show_bug.cgi?id=705497
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 659eeb4d4..0776f71f9 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -140,7 +140,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=$(MUTTER_CFLAGS)
-GTKDOC_LIBS=$(MUTTER_LIBS) $(top_builddir)/src/libmutter.la
+GTKDOC_LIBS=$(MUTTER_LIBS) $(top_builddir)/src/libmutter-wayland.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make