When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com> * gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users passes to configure don't get used. (#89946, Noah Levitt, Albert Chin) * gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
Mon Aug 5 17:01:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): When overriding LDFLAGS,
|
||||
include @LDFLAGS@, otherwise LDFLAGS the users passes
|
||||
to configure don't get used. (#89946, Noah Levitt,
|
||||
Albert Chin)
|
||||
|
||||
* gdk/linux-fb/Makefile.am: Remove LDFLAGS setting.
|
||||
|
||||
Mon Aug 5 15:25:40 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkpixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
|
||||
|
||||
@ -69,6 +69,7 @@ endif
|
||||
# since automake doesn't support conditionalized libsomething_la_LDFLAGS
|
||||
# we use the general approach here
|
||||
LDFLAGS = @STRIP_BEGIN@ \
|
||||
@LDFLAGS@ \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-dynamic \
|
||||
-rpath $(libdir) \
|
||||
|
||||
@ -19,11 +19,6 @@ INCLUDES = @STRIP_BEGIN@ \
|
||||
@GTK_DEBUG_FLAGS@ \
|
||||
@STRIP_END@
|
||||
|
||||
LDFLAGS = @STRIP_BEGIN@ \
|
||||
@GDK_DEP_LIBS@ \
|
||||
-lm \
|
||||
@STRIP_END@
|
||||
|
||||
noinst_LTLIBRARIES = libgdk-linux-fb.la
|
||||
|
||||
libgdkinclude_HEADERS= \
|
||||
|
||||
@ -65,6 +65,7 @@ endif
|
||||
# we use the general approach here
|
||||
libgtkincludedir = $(includedir)/gtk-2.0/gtk
|
||||
LDFLAGS = @STRIP_BEGIN@ \
|
||||
@LDFLAGS@ \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-dynamic \
|
||||
-rpath $(libdir) \
|
||||
|
||||
Reference in New Issue
Block a user