#ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and gdk_arg_no_debug_cb to

2000-07-31  Stanislav Brabec  <utx@penguin.cz>

        * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
        gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.

        * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
        not gdk_pixbuf.
This commit is contained in:
Stanislav Brabec
2000-07-31 10:16:45 +00:00
committed by Stanislav Brabec
parent 3d8f790e2d
commit e4d140d5aa
9 changed files with 59 additions and 1 deletions

View File

@ -33,7 +33,7 @@ LDFLAGS = @STRIP_BEGIN@ \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-export-dynamic \
-rpath @prefix@/lib \
-L../gdk-pixbuf/.libs -lgdk_pixbuf \
-L../gdk-pixbuf/.libs -lgdk_pixbuf-1.3 \
@PANGO_LIBS@ \
@GLIB_DEPLIBS@ \
@more_ldflags@ \