aboutsummaryrefslogtreecommitdiff
path: root/docs/libdbusmenu-gtk
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-06 12:11:44 -0600
committerTed Gould <ted@gould.cx>2010-12-06 12:11:44 -0600
commitcc7b24b14152407bbaec45924da989bb8692a2c2 (patch)
treee29b45d3210f83a00233cfcfb2fb2aa0acec4c9c /docs/libdbusmenu-gtk
parentb3768eaec11202758801a3dd0f94a2ab315f4a0d (diff)
parent5f1c15b654a09bf8d5ad04b8d8ff046cdf7068fa (diff)
downloadlibdbusmenu-cc7b24b14152407bbaec45924da989bb8692a2c2.tar.gz
libdbusmenu-cc7b24b14152407bbaec45924da989bb8692a2c2.tar.bz2
libdbusmenu-cc7b24b14152407bbaec45924da989bb8692a2c2.zip
Fixing introspection for Natty
Diffstat (limited to 'docs/libdbusmenu-gtk')
-rw-r--r--docs/libdbusmenu-gtk/reference/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/libdbusmenu-gtk/reference/Makefile.am b/docs/libdbusmenu-gtk/reference/Makefile.am
index ec1bd28..6e44a23 100644
--- a/docs/libdbusmenu-gtk/reference/Makefile.am
+++ b/docs/libdbusmenu-gtk/reference/Makefile.am
@@ -1,5 +1,12 @@
+
## Process this file with automake to produce Makefile.in
+if USE_GTK3
+VER=3
+else
+VER=
+endif
+
# We require automake 1.6 at least.
AUTOMAKE_OPTIONS = 1.6
@@ -9,7 +16,7 @@ AUTOMAKE_OPTIONS = 1.6
# of using the various options.
# The name of the module, e.g. 'glib'.
-DOC_MODULE=libdbusmenu-gtk
+DOC_MODULE=libdbusmenu-gtk$(VER)
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
@@ -68,7 +75,7 @@ expand_content_files=
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir) $(DBUSMENUGLIB_CFLAGS) $(DBUSMENUGTK_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/libdbusmenu-gtk/libdbusmenu-gtk.la
+GTKDOC_LIBS=$(top_builddir)/libdbusmenu-gtk/libdbusmenu-gtk$(VER).la $(DBUSMENUGLIB_LIBS) $(DBUSMENUGTK_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.local.make