From: Tor Lillqvist Date: Sun, 25 Nov 2007 23:31:58 +0000 (+0000) Subject: Add win_iconv.c to EXTRA_DIST. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6e0847851b79f45bd5b3fc2f52191ef911c674d1;p=dana%2Fcg-glib.git Add win_iconv.c to EXTRA_DIST. 2007-11-26 Tor Lillqvist * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST. svn path=/trunk/; revision=5938 --- diff --git a/ChangeLog b/ChangeLog index 0d414ab6..9271cfbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ * glib/gconvert.c: Include win_iconv.c on Windows. + * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST. + * configure.in: Bypass iconv checks on Windows. 2007-11-25 Tor Lillqvist diff --git a/glib/Makefile.am b/glib/Makefile.am index a87a383e..287b60b6 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -69,6 +69,7 @@ EXTRA_DIST += \ glib.symbols \ gregex.c \ gregex.h \ + win_iconv.c \ $(MIRRORING_TAB_SOURCE) # These may be in the builddir too