diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-12-29 10:09:50 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-12-29 10:09:50 +0000 |
commit | c7401decdb4910d84bcb56c41040c0dca0c477c3 (patch) | |
tree | ad85b7b6719db5742cf0fcdaa43076651341e411 /gdk-pixbuf | |
parent | 5b291073b004e4592f748f846b1b8aa9dbe0a03f (diff) | |
download | gtk+-c7401decdb4910d84bcb56c41040c0dca0c477c3.tar.gz |
Add makefile.msc.
2001-12-29 Tor Lillqvist <tml@iki.fi>
* Makefile.am (EXTRA_DIST): Add makefile.msc.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 8eb47b41bb..9a8e370a39 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2001-12-29 Tor Lillqvist <tml@iki.fi> + + * Makefile.am (EXTRA_DIST): Add makefile.msc. + Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com> * gdk-pixdata.h: Fix trailing "," in enumeration. diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 5f5247ee84..8f5062f52f 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -353,6 +353,7 @@ EXTRA_DIST = \ gdk-pixbuf-csource.1 \ makefile.mingw \ makefile.mingw.in \ + makefile.msc \ gdk_pixbuf.def \ gdk-pixbuf-marshal.c \ gdk-pixbuf-marshal.list \ |