diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-01-01 22:17:09 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-01-01 22:17:09 +0000 |
commit | c8940d6fdc2d53bb7af432fed13574bb44b37605 (patch) | |
tree | 137c1b712a36226c7dc98709f062bc4556a18a52 /demos/Makefile.am | |
parent | 77b8bac91d20a3c9ac1803b62f014e3a157b3de0 (diff) | |
download | gtk+-c8940d6fdc2d53bb7af432fed13574bb44b37605.tar.gz |
Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.
2002-01-01 Tor Lillqvist <tml@iki.fi>
* demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
../gdk-pixbuf/gdk-pixbuf-csource.
2001-12-31 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
handling.
(gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
* gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
-Wall. Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
one more place.
* gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
-Wall.
* gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 09131c5aed..1555c0433d 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -31,7 +31,7 @@ noinst_PROGRAMS = \ testpixbuf-scale \ pixbuf-demo -test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource apple-red.png gnome-foot.png +test-inline-pixbufs.h: $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource$(EXEEXT) apple-red.png gnome-foot.png (topdir=`cd $(top_builddir) && pwd` ; curdir=`pwd` ; \ cd $(srcdir) && \ GDK_PIXBUF_MODULEDIR=$$topdir/gdk-pixbuf/.libs \ |