Skip to content
Snippets Groups Projects
Commit 12644513 authored by Nick Schermer's avatar Nick Schermer
Browse files

Fix linking on Cygwin (bug #4561).

parent 44d5ab0b
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ thunar_apr_la_CFLAGS = \
thunar_apr_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
-no-undefined \
-export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
......
......@@ -41,6 +41,7 @@ thunar_sbr_la_CFLAGS = \
thunar_sbr_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
-no-undefined \
-export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
......
......@@ -39,6 +39,7 @@ thunar_uca_la_CFLAGS = \
thunar_uca_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
-no-undefined \
-export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
......
......@@ -25,6 +25,7 @@ thunar_wallpaper_plugin_la_CFLAGS = \
thunar_wallpaper_plugin_la_LDFLAGS = \
-avoid-version \
-export-dynamic \
-no-undefined \
-export-symbols-regex "^thunar_extension_(shutdown|initialize|list_types)" \
-module \
$(PLATFORM_LDFLAGS)
......
......@@ -56,6 +56,7 @@ libthunarx_2_la_CFLAGS = \
libthunarx_2_la_LDFLAGS = \
-export-dynamic \
-export-symbols-regex "^[^_].*" \
-no-undefined \
-version-info $(THUNARX_VERINFO) \
$(PLATFORM_LDFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment