diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-14 22:03:29 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-14 22:03:29 +0800 |
commit | e28b70a24c3ba23d51dfc719a81a33273cb8b482 (patch) | |
tree | 5ee2f76a73b0557bd5084545d9f3e5435d6ae118 | |
parent | e9cae3951f40c0bd6663445da68066b8d962feb0 (diff) | |
download | gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar.gz gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar.bz2 gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar.lz gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar.xz gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.tar.zst gsoc2013-epiphany-e28b70a24c3ba23d51dfc719a81a33273cb8b482.zip |
A plugins/desktop-file/plugin.symbols:
2005-12-14 Christian Persch <chpe@cvs.gnome.org>
* plugins/desktop-file/Makefile.am:
A plugins/desktop-file/plugin.symbols:
Only export necessary symbols.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | plugins/desktop-file/Makefile.am | 6 | ||||
-rw-r--r-- | plugins/desktop-file/plugin.symbols | 4 |
3 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2005-12-14 Christian Persch <chpe@cvs.gnome.org> + * plugins/desktop-file/Makefile.am: + A plugins/desktop-file/plugin.symbols: + + Only export necessary symbols. + +2005-12-14 Christian Persch <chpe@cvs.gnome.org> + * data/Makefile.am: Install the fonts schemas file too. diff --git a/plugins/desktop-file/Makefile.am b/plugins/desktop-file/Makefile.am index 4920d9060..e8de5a680 100644 --- a/plugins/desktop-file/Makefile.am +++ b/plugins/desktop-file/Makefile.am @@ -17,4 +17,8 @@ libdesktopfileplugin_la_CXXFLAGS = \ libdesktopfileplugin_la_LIBADD = \ $(DESKTOP_FILE_PLUGIN_DEP_LIBS) -libdesktopfileplugin_la_LDFLAGS = -module -avoid-version -R$(MOZILLA_HOME) +libdesktopfileplugin_la_LDFLAGS = \ + -module -avoid-version \ + -export-symbols $(srcdir)/plugin.symbols \ + -R$(MOZILLA_HOME) \ + $(AM_LDFLAGS) diff --git a/plugins/desktop-file/plugin.symbols b/plugins/desktop-file/plugin.symbols new file mode 100644 index 000000000..c13252cf7 --- /dev/null +++ b/plugins/desktop-file/plugin.symbols @@ -0,0 +1,4 @@ +NP_GetMIMEDescription +NP_GetValue +NP_Initialize +NP_Shutdown |