summaryrefslogtreecommitdiffstats
path: root/libraries/libfm/patches/0006-3586178-doc-build-wasn-t-updated-for-with-gtk-3-case.patch
blob: 4748a2086d01e3efb751ff913c9c2ee61b1da9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 80c568c277a5b8aa43d553d7d71f7ea404b41ab4 Mon Sep 17 00:00:00 2001
From: galtgendo <galt_gendo@sourceforge.net>
Date: Tue, 13 Nov 2012 00:03:54 +0200
Subject: [PATCH 06/22] [#3586178]doc build wasn't updated for '--with-gtk=3'
 case

---
 docs/reference/libfm/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/reference/libfm/Makefile.am b/docs/reference/libfm/Makefile.am
index 4650c71..8537cec 100644
--- a/docs/reference/libfm/Makefile.am
+++ b/docs/reference/libfm/Makefile.am
@@ -120,7 +120,7 @@ GTKDOC_CFLAGS= \
 	$(GTK_CFLAGS)
 GTKDOC_LIBS= \
 	$(top_builddir)/src/libfm.la \
-	$(top_builddir)/src/libfm-gtk.la \
+	$(top_builddir)/src/$(LIBFM_GTK_LTLIBRARIES) \
 	$(GTK_LIBS) \
 	$(NULL)
 
-- 
1.8.0.1