Git Repositories
/
/
thunar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4553fba
)
Add -export-symbols-regex to the tex-open-terminal example extension.
author
Jannis Pohlmann
<jannis@xfce.org>
Sat, 26 Sep 2009 20:28:54 +0000
(22:28 +0200)
committer
Jannis Pohlmann
<jannis@xfce.org>
Sat, 26 Sep 2009 20:28:54 +0000
(22:28 +0200)
examples/tex-open-terminal/Makefile.am
patch
|
blob
|
history
diff --git
a/examples/tex-open-terminal/Makefile.am
b/examples/tex-open-terminal/Makefile.am
index
9167989
..
e71996e
100644
(file)
--- a/
examples/tex-open-terminal/Makefile.am
+++ b/
examples/tex-open-terminal/Makefile.am
@@
-30,6
+30,7
@@
tex_open_terminal_la_LIBADD = \
tex_open_terminal_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
+ -export-symbols-regex="^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)