From 40cdc4620d4f1d34b16f8007d26c32c05cb520d1 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 1 Feb 2009 12:11:25 +0000 Subject: [PATCH] A backend/backend.symbols: Only export the backend module entry point. Bug * backend/Makefile.am: A backend/backend.symbols: * configure.ac: Only export the backend module entry point. Bug #569998. svn path=/trunk/; revision=3399 --- ChangeLog | 7 +++++++ backend/Makefile.am | 3 +++ backend/backend.symbols | 1 + configure.ac | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 backend/backend.symbols diff --git a/ChangeLog b/ChangeLog index 0ff97bad..7eae24be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-01 Christian Persch + + * backend/Makefile.am: + A backend/backend.symbols: + * configure.ac: Only export the backend module entry point. Bug + #569998. + 2009-02-01 Carlos Garcia Campos * shell/eggfindbar.c: (egg_find_bar_init): diff --git a/backend/Makefile.am b/backend/Makefile.am index f22c2e11..dcbbc0e1 100644 --- a/backend/Makefile.am +++ b/backend/Makefile.am @@ -33,3 +33,6 @@ endif if ENABLE_IMPRESS SUBDIRS += impress endif + +EXTRA_DIST = \ + backend.symbols diff --git a/backend/backend.symbols b/backend/backend.symbols new file mode 100644 index 00000000..6c41cf8f --- /dev/null +++ b/backend/backend.symbols @@ -0,0 +1 @@ +register_evince_backend diff --git a/configure.ac b/configure.ac index 644eb9d3..64482c0e 100644 --- a/configure.ac +++ b/configure.ac @@ -101,7 +101,7 @@ PKG_CHECK_MODULES(SMCLIENT, gtk+-2.0 gthread-2.0) AC_SUBST(SMCLIENT_CFLAGS) AC_SUBST(SMCLIENT_LIBS) -BACKEND_LIBTOOL_FLAGS="-module -avoid-version" +BACKEND_LIBTOOL_FLAGS="-module -avoid-version -export-symbols \$(top_srcdir)/backend/backend.symbols" AC_SUBST(BACKEND_LIBTOOL_FLAGS) dnl ===== Check special functions -- 2.43.5