diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-21 22:27:50 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-24 23:18:06 +0800 |
commit | 658bb59ac654bc4bbe95ae1aec17eec2fe9bb499 (patch) | |
tree | 284f031ab7cd5902cd129dd907c828c219893243 /Makefile.am | |
parent | d696d6cc31f672884382d5b8949be504cdc718a5 (diff) | |
download | gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.gz gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.bz2 gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.lz gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.xz gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.zst gsoc2013-empathy-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.zip |
Add shave support to build process.
Use --enable-shave to enable building with shave.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 20e196234..3929d3931 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ DISTCLEANFILES = \ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' distclean-local: - if test $(srdcir) = .; then :; else \ + if test "x$(srdcir)" = "x."; then :; else \ rm -f ChangeLog; \ fi |