summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-12-02 18:12:03 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-12-02 18:12:03 +0000
commit2825f2e103cc4f2a00a2cf31f02eb7229c04d680 (patch)
treee3c0591a32ecaab3a709488e1fa72c884133d274 /doc
parentb5bf47a3da825ee6e8265de10bf4462d732d30f4 (diff)
downloadlibgweather-2825f2e103cc4f2a00a2cf31f02eb7229c04d680.tar.gz
Second part of win32 portability. Based on patch by Tor Lillqvist
2008-12-02 Vincent Untz <vuntz@gnome.org> Second part of win32 portability. Based on patch by Tor Lillqvist <tml@iki.fi> Needed for bug #352287. * configure.in: detect win32 * doc/Makefile.am: ignore gweather-win32.h * libgweather/Makefile.am: hack stuff for win32 * libgweather/gweather-win32.[ch]: new, some black magic win32 changes to get the right directories * libgweather/gweather-timezone.c: * libgweather/weather-metar.c: * libgweather/weather-sun.c: * libgweather/weather.c: include gweather-win32.h on win32 svn path=/trunk/; revision=540
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9edb7f6..3eceba1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -48,7 +48,7 @@ CFILE_GLOB=$(top_srcdir)/libgweather/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=gweather-enum-types.h parser.h weather-priv.h
+IGNORE_HFILES=gweather-enum-types.h gweather-win32.h parser.h weather-priv.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png