summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-13 11:52:18 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-13 13:14:32 +0100
commitde7fca7706bab4a1f6c9eaf2c23b7371839a5ffa (patch)
tree4bbf43d178c2ac6a9e1aa25ae987ec466dd75cbc /docs
parent9e7f5c3e89184c4d5e71cbb5f709eee919553c64 (diff)
downloadtotem-de7fca7706bab4a1f6c9eaf2c23b7371839a5ffa.tar.gz
build: Fix pkg-config usage
We shouldn't be concatenating outputs from pkg-config, it ends up listing libraries twice and making a mess. This commit also cleans up the dependencies for the thumbnailer, audio preview and nautilus tabs, as they don't need clutter for example. https://bugzilla.gnome.org/show_bug.cgi?id=679461
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 67a4c88fe..cba3eee7d 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -138,11 +138,10 @@ GTKDOC_CFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/backend \
-I$(top_srcdir)/src/plugins \
- $(DEPENDENCY_CFLAGS) \
- $(PEAS_CFLAGS)
+ $(PLAYER_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/src/libtotem.la \
- $(DEPENDENCY_LIBS)
+ $(PLAYER_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make