/soc/2013/ankitkv/gobjectification: 83cf557cdcb3: Added config.h...
Ankit Vani
a at nevitus.org
Sat Oct 12 14:42:42 EDT 2013
Changeset: 83cf557cdcb36edf6be6508c7ad9d997d4f2f664
Author: Ankit Vani <a at nevitus.org>
Date: 2013-10-13 00:08 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/83cf557cdcb3
Description:
Added config.h as extra header file to include
diffstat:
doc/reference/finch/Makefile.am | 2 +-
doc/reference/libpurple/Makefile.am | 2 +-
doc/reference/pidgin/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff --git a/doc/reference/finch/Makefile.am b/doc/reference/finch/Makefile.am
--- a/doc/reference/finch/Makefile.am
+++ b/doc/reference/finch/Makefile.am
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=
+EXTRA_HFILES=$(top_srcdir)/config.h
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
diff --git a/doc/reference/libpurple/Makefile.am b/doc/reference/libpurple/Makefile.am
--- a/doc/reference/libpurple/Makefile.am
+++ b/doc/reference/libpurple/Makefile.am
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=
+EXTRA_HFILES=$(top_srcdir)/config.h
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
diff --git a/doc/reference/pidgin/Makefile.am b/doc/reference/pidgin/Makefile.am
--- a/doc/reference/pidgin/Makefile.am
+++ b/doc/reference/pidgin/Makefile.am
@@ -56,7 +56,7 @@ CFILE_GLOB=$(top_srcdir)/$(DOC_MODULE)/*
# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
-EXTRA_HFILES=
+EXTRA_HFILES=$(top_srcdir)/config.h
# Header files or dirs to ignore when scanning. Use base file/dir names
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
More information about the Commits
mailing list