diff options
author | 0 <otaylor@redhat.com> | 2000-10-04 19:53:53 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-10-04 19:53:53 +0000 |
commit | 468689e31ab23b6b69147a7704a143d7a0a4dee2 (patch) | |
tree | 3d0af1363f5afa18fecfb200cdc3edcfb96043d2 /gdk/Makefile.am | |
parent | b90b621e2cb7c44c106570b91b9ad36206222ba6 (diff) | |
download | gdk-pixbuf-468689e31ab23b6b69147a7704a143d7a0a4dee2.tar.gz |
Move list pointer forwards before removing item from list. (Crash reported
Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
* gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
Move list pointer forwards before removing item from
list. (Crash reported by Salmaso Raffaele)
* gdk/gdkwindow.h: Remove spurious trailing ,
* gdk/Makefile.am (LDFLAGS): You can't do interlibrary
dependencies on uninstalled libraries, sorry folks.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 74a22fe00..d856016ff 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -33,7 +33,6 @@ LDFLAGS = @STRIP_BEGIN@ \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic \ -rpath @prefix@/lib \ - -L../gdk-pixbuf/.libs -lgdk_pixbuf-1.3 \ @PANGO_LIBS@ \ @GLIB_DEPLIBS@ \ @more_ldflags@ \ |