2005-06-15 Tor Lillqvist <tml@novell.com> * plugin.mk: Expand also @SOEXT@. * server.mk: Expand also @SOEXT@ and @EXEEXT@. svn path=/trunk/; revision=29511
9 lines
232 B
Makefile
9 lines
232 B
Makefile
%.eplug: %.eplug.in
|
|
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' -e 's|\@SOEXT\@|$(SOEXT)|' $< > $@
|
|
|
|
%.eplug.in: %.eplug.xml
|
|
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
|
|
|
|
%.error: %.error.xml
|
|
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
|