forked from AuroraMiddleware/gtk
Havoc Pennington <hp@redhat.com>
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@ * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@ * configure.in (LIBTOOL_EXPORT_OPTIONS): define LIBTOOL_EXPORT_OPTIONS with options to control symbol export
This commit is contained in:
parent
aac55c4664
commit
a7aa33f14e
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -1,3 +1,12 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
* configure.in (LIBTOOL_EXPORT_OPTIONS): define
|
||||
LIBTOOL_EXPORT_OPTIONS with options to control symbol export
|
||||
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
|
||||
|
@ -178,6 +178,11 @@ changequote([,])dnl
|
||||
# Honor aclocal flags
|
||||
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
|
||||
|
||||
# libtool option to control which symbols are exported
|
||||
# right now, symbols starting with _ are not exported
|
||||
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
|
||||
AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
|
||||
|
||||
# define a MAINT-like variable REBUILD which is set if Perl
|
||||
# and awk are found, so autogenerated sources can be rebuilt
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-01-01 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* Makefile.am (libgdk_pixbuf_1_3_la_LDFLAGS): add
|
||||
@LIBTOOL_EXPORT_OPTIONS@
|
||||
|
||||
2000-12-30 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk_pixbuf.def: Update.
|
||||
|
@ -174,6 +174,7 @@ libgdk_pixbuf_1_3_la_SOURCES = \
|
||||
|
||||
libgdk_pixbuf_1_3_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
@LIBTOOL_EXPORT_OPTIONS@ \
|
||||
$(GLIB_LIBS)
|
||||
libgdk_pixbuf_1_3_la_LIBADD = pixops/libpixops.la
|
||||
|
||||
|
@ -33,6 +33,7 @@ LDFLAGS = @STRIP_BEGIN@ \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-dynamic \
|
||||
-rpath @prefix@/lib \
|
||||
@LIBTOOL_EXPORT_OPTIONS@ \
|
||||
@PANGO_LIBS@ \
|
||||
@GLIB_DEPLIBS@ \
|
||||
@more_ldflags@ \
|
||||
|
@ -33,6 +33,7 @@ LDFLAGS = @STRIP_BEGIN@ \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-dynamic \
|
||||
-rpath @prefix@/lib \
|
||||
@LIBTOOL_EXPORT_OPTIONS@ \
|
||||
@PANGO_LIBS@ \
|
||||
@GLIB_DEPLIBS@ \
|
||||
@more_ldflags@ \
|
||||
|
Loading…
Reference in New Issue
Block a user