Small workaround for weird bug in some versions of Automake at least on

2006-04-22  Tor Lillqvist  <tml@novell.com>

	* gtk/Makefile.am (gtk_private_h_sources): Small workaround for
	weird bug in some versions of Automake at least on Windows.
This commit is contained in:
Tor Lillqvist
2006-04-22 07:58:37 +00:00
committed by Tor Lillqvist
parent 0a6bf24ab4
commit d1693d7ba5
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-04-22 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am (gtk_private_h_sources): Small workaround for
weird bug in some versions of Automake at least on Windows.
2006-04-21 Alexander Larsson <alexl@redhat.com>
Merge the gtk-printing branch.

View File

@ -1,3 +1,8 @@
2006-04-22 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am (gtk_private_h_sources): Small workaround for
weird bug in some versions of Automake at least on Windows.
2006-04-21 Alexander Larsson <alexl@redhat.com>
Merge the gtk-printing branch.

View File

@ -601,9 +601,7 @@ gtk_c_sources += \
endif
if OS_WIN32
gtk_private_h_sources +=
gtkfilesystemwin32.h \
gtkprint-win32.h
gtk_private_h_sources += gtkfilesystemwin32.h gtkprint-win32.h
gtk_c_sources += \
gtkfilesystemwin32.c \