[Xfce4-commits] <thunar:master> Remove the = from the regex to make it work.
Nick Schermer
noreply at xfce.org
Sun Sep 27 10:54:01 CEST 2009
Updating branch refs/heads/master
to f2bb386b05883845d09aa2c7385498071ac9c452 (commit)
from cdcfcc95c516fc781fc5995a66f3f393a196f2c7 (commit)
commit f2bb386b05883845d09aa2c7385498071ac9c452
Author: Nick Schermer <nick at xfce.org>
Date: Sun Sep 27 10:10:36 2009 +0200
Remove the = from the regex to make it work.
plugins/thunar-apr/Makefile.am | 2 +-
plugins/thunar-sbr/Makefile.am | 2 +-
plugins/thunar-uca/Makefile.am | 2 +-
plugins/thunar-wallpaper/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugins/thunar-apr/Makefile.am b/plugins/thunar-apr/Makefile.am
index 686e9eb..9ec59f9 100644
--- a/plugins/thunar-apr/Makefile.am
+++ b/plugins/thunar-apr/Makefile.am
@@ -34,7 +34,7 @@ thunar_apr_la_CFLAGS = \
thunar_apr_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
- -export-symbols-regex="^thunar_extension_(shutdown|initialize|list_types)" \
+ -export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
diff --git a/plugins/thunar-sbr/Makefile.am b/plugins/thunar-sbr/Makefile.am
index 22a0056..6231444 100644
--- a/plugins/thunar-sbr/Makefile.am
+++ b/plugins/thunar-sbr/Makefile.am
@@ -40,7 +40,7 @@ thunar_sbr_la_CFLAGS = \
thunar_sbr_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
- -export-symbols-regex="^thunar_extension_(shutdown|initialize|list_types)" \
+ -export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
diff --git a/plugins/thunar-uca/Makefile.am b/plugins/thunar-uca/Makefile.am
index e37478c..e9a05a4 100644
--- a/plugins/thunar-uca/Makefile.am
+++ b/plugins/thunar-uca/Makefile.am
@@ -38,7 +38,7 @@ thunar_uca_la_CFLAGS = \
thunar_uca_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
- -export-symbols-regex="^thunar_extension_(shutdown|initialize|list_types)" \
+ -export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
diff --git a/plugins/thunar-wallpaper/Makefile.am b/plugins/thunar-wallpaper/Makefile.am
index 922c41e..3a549fa 100644
--- a/plugins/thunar-wallpaper/Makefile.am
+++ b/plugins/thunar-wallpaper/Makefile.am
@@ -24,7 +24,7 @@ thunar_wallpaper_plugin_la_CFLAGS = \
thunar_wallpaper_plugin_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
- -export-symbols-regex="^thunar_extension_(shutdown|initialize|list_types)" \
+ -export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS) \
$(THUNARX_LDFLAGS)
More information about the Xfce4-commits
mailing list