diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-04-02 14:32:36 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-04-03 13:32:47 -0400 |
commit | adc2044989e0d9d48c726c156188e905322140d6 (patch) | |
tree | 348292e1ff046bee4a15512b76dce1837da03a64 /doc | |
parent | 08e99aa4c6e28b6c5e204e98a31f57fe02df5bf9 (diff) | |
download | glade-adc2044989e0d9d48c726c156188e905322140d6.tar.gz |
doc: don't use gtk+-2.0 for scanning the docs
https://bugzilla.gnome.org/show_bug.cgi?id=646551
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2c6ed4d2..79b926c1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -98,7 +98,7 @@ GTKDOC_CFLAGS= \ -I$(top_builddir)/gladeui \ -I$(top_srcdir) \ -I$(top_builddir) \ - `pkg-config --cflags gtk+-2.0` + `pkg-config --cflags gtk+-3.0` GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-2.la |