diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-16 03:47:28 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-16 03:47:28 +0800 |
commit | 1e2acdd66b8575b1a48a9950f46c061c1613bace (patch) | |
tree | a1120ac8099e869b931774426448a9946ec68620 /server.mk | |
parent | 51c8df6dbed7521d87044494d2151eaa25950d9e (diff) | |
download | gsoc2013-evolution-1e2acdd66b8575b1a48a9950f46c061c1613bace.tar.gz gsoc2013-evolution-1e2acdd66b8575b1a48a9950f46c061c1613bace.tar.zst gsoc2013-evolution-1e2acdd66b8575b1a48a9950f46c061c1613bace.zip |
Expand also @SOEXT@.
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
Diffstat (limited to 'server.mk')
-rw-r--r-- | server.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ -e 's|\@COMPONENTDIR\@|$(componentdir)|' \ -e 's|\@IMPORTERSDIR\@|$(importersdir)|' \ -e 's|\@VERSION\@|$(BASE_VERSION)|' \ + -e 's|\@EXEEXT\@|$(EXEEXT)|' \ + -e 's|\@SOEXT\@|$(SOEXT)|' \ -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@ %_$(BASE_VERSION).server: %.server |