diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-03 01:32:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-03 01:32:07 +0000 |
commit | 09cf8937e22a7615085ec0b53d30552c93d2f280 (patch) | |
tree | c6cdca9c08d4381cd573cf9c2f7efd6cd2bd6560 | |
parent | 45b99a9ceece6020291710bf8ebc09aa8cca383f (diff) | |
download | gtk+-09cf8937e22a7615085ec0b53d30552c93d2f280.tar.gz |
Build filesystemwin32.c if OS_WIN32 and also dist gtkfilesystemwin32.[hc].
Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and
also dist gtkfilesystemwin32.[hc].
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 |
6 files changed, 17 insertions, 10 deletions
@@ -1,6 +1,7 @@ -Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de> +Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de> - * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32. + * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and + also dist gtkfilesystemwin32.[hc]. Tue Feb 3 02:04:44 2004 Matthias Clasen <maclas@gmx.de> diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b299902328..1404017755 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,6 +1,7 @@ -Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de> +Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de> - * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32. + * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and + also dist gtkfilesystemwin32.[hc]. Tue Feb 3 02:04:44 2004 Matthias Clasen <maclas@gmx.de> diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b299902328..1404017755 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,6 +1,7 @@ -Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de> +Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de> - * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32. + * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and + also dist gtkfilesystemwin32.[hc]. Tue Feb 3 02:04:44 2004 Matthias Clasen <maclas@gmx.de> diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index b299902328..1404017755 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,6 +1,7 @@ -Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de> +Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de> - * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32. + * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and + also dist gtkfilesystemwin32.[hc]. Tue Feb 3 02:04:44 2004 Matthias Clasen <maclas@gmx.de> diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index b299902328..1404017755 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,6 +1,7 @@ -Tue Feb 3 02:32:52 2004 Matthias Clasen <maclas@gmx.de> +Tue Feb 3 02:35:09 2004 Matthias Clasen <maclas@gmx.de> - * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32. + * gtk/Makefile.am: Build filesystemwin32.c if OS_WIN32 and + also dist gtkfilesystemwin32.[hc]. Tue Feb 3 02:04:44 2004 Matthias Clasen <maclas@gmx.de> diff --git a/gtk/Makefile.am b/gtk/Makefile.am index dbb9777f63..39ff01b9df 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -697,6 +697,8 @@ EXTRA_DIST += \ gtk.def \ gtk-win32.rc \ gtk-win32.rc.in \ + gtkfilesystemwin32.h \ + gtkfilesystemwin32.c \ gtkrc.default \ gtkrc.key.default \ gtkrc.key.emacs \ |