diff options
author | Jannis Pohlmann <jannis@xfce.org> | 2009-12-07 12:33:02 +0100 |
---|---|---|
committer | Jannis Pohlmann <jannis@xfce.org> | 2009-12-07 12:33:02 +0100 |
commit | 2862c9c9275691b05a77c157e920466f0d4db483 (patch) | |
tree | 3bb3e0163dce35b3314d391c49122331451f7a7f /docs | |
parent | f4595d8c03cc4ada3b40b24cf337c35385f20a7d (diff) | |
download | tumbler-2862c9c9275691b05a77c157e920466f0d4db483.tar.gz |
Add -Wno-sign-compare to the gtk-doc build.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/tumbler/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/tumbler/Makefile.am b/docs/reference/tumbler/Makefile.am index c6b59a0..7512d41 100644 --- a/docs/reference/tumbler/Makefile.am +++ b/docs/reference/tumbler/Makefile.am @@ -65,7 +65,8 @@ INCLUDES = \ $(GIO_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTHREAD_CFLAGS) \ - $(PNG_CFLAGS) + $(PNG_CFLAGS) \ + $(GTK_DOC_EXTRA_CFLAGS) GTKDOC_LIBS = \ $(DBUS_LIBS) \ |