aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.mk')
-rw-r--r--plugin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.mk b/plugin.mk
index 812ab38cc7..2df8c53d0e 100644
--- a/plugin.mk
+++ b/plugin.mk
@@ -1,5 +1,5 @@
%.eplug: %.eplug.in
- sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@
+ sed -e 's|\@PLUGINDIR\@|$(plugindir)|' -e 's|\@SOEXT\@|$(SOEXT)|' $< > $@
%.eplug.in: %.eplug.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@