summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-04-09 15:12:50 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2014-04-09 15:14:11 -0700
commit3ba8532bdce18fd89e954f0438476c668bf1df5d (patch)
treeb585b3fdcda1d8c6fdacc4ec9317e07d56c5a641 /doc
parent912cf8ee5f13eac66c361581919a4ffea9dd06cf (diff)
downloadmutter-3ba8532bdce18fd89e954f0438476c668bf1df5d.tar.gz
Revert "wayland: make parallel installable with regular mutter"
This reverts commit ea3d2b4759524345c89fe08ad0c159d7136dbdf1.
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 e0e702e58..f411e2629 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-wayland.la
+GTKDOC_LIBS=$(MUTTER_LIBS) $(top_builddir)/src/libmutter.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make