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:

committed by
Tor Lillqvist

parent
0a6bf24ab4
commit
d1693d7ba5
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user