You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0....

20 lines
462 B

http://bugzilla.xfce.org/show_bug.cgi?id=10080
--- thunar-plugin/Makefile.am
+++ thunar-plugin/Makefile.am
@@ -32,10 +32,12 @@
-avoid-version \
-export-dynamic \
-module \
+ $(PLATFORM_LDFLAGS)
+
+thunar_media_tags_plugin_la_LIBADD = \
$(EXO_LIBS) \
$(THUNARX_LIBS) \
$(TAGLIB_LIBS) \
- $(TAGLIBC_LIBS) \
- $(PLATFORM_LDFLAGS)
+ $(TAGLIBC_LIBS)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: