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>
|
2006-04-21 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
Merge the gtk-printing branch.
|
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>
|
2006-04-21 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
Merge the gtk-printing branch.
|
Merge the gtk-printing branch.
|
||||||
|
@ -601,9 +601,7 @@ gtk_c_sources += \
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if OS_WIN32
|
if OS_WIN32
|
||||||
gtk_private_h_sources +=
|
gtk_private_h_sources += gtkfilesystemwin32.h gtkprint-win32.h
|
||||||
gtkfilesystemwin32.h \
|
|
||||||
gtkprint-win32.h
|
|
||||||
|
|
||||||
gtk_c_sources += \
|
gtk_c_sources += \
|
||||||
gtkfilesystemwin32.c \
|
gtkfilesystemwin32.c \
|
||||||
|
Reference in New Issue
Block a user