diff options
author | nobody <nobody@localhost> | 2005-02-04 12:50:50 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2005-02-04 12:50:50 +0800 |
commit | 149acf37ca7ad28ee42e9d00afb6df4e23c98113 (patch) | |
tree | 38981335bcf538742a3be591b0ab85cf16bd6bd0 /server.mk | |
parent | ab13d05f6e1b47523f2fed817c1963f289cee2d0 (diff) | |
download | gsoc2013-evolution-GAL_2_3_4.tar.gz gsoc2013-evolution-GAL_2_3_4.tar.zst gsoc2013-evolution-GAL_2_3_4.zip |
This commit was manufactured by cvs2svn to create tag 'GAL_2_3_4'.GAL_2_3_4
svn path=/tags/GAL_2_3_4/; revision=28703
Diffstat (limited to 'server.mk')
-rw-r--r-- | server.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server.mk b/server.mk deleted file mode 100644 index acdc12bb65..0000000000 --- a/server.mk +++ /dev/null @@ -1,11 +0,0 @@ -%.server.in: %.server.in.in - sed -e 's|\@BINDIR\@|$(bindir)|' \ - -e 's|\@LIBEXECDIR\@|$(privlibexecdir)|' \ - -e 's|\@COMPONENTDIR\@|$(componentdir)|' \ - -e 's|\@IMPORTERSDIR\@|$(importersdir)|' \ - -e 's|\@VERSION\@|$(BASE_VERSION)|' \ - -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@ - -%_$(BASE_VERSION).server: %.server - mv $< $@ - |