summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-21 15:27:50 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-04-24 16:18:06 +0100
commit658bb59ac654bc4bbe95ae1aec17eec2fe9bb499 (patch)
tree284f031ab7cd5902cd129dd907c828c219893243 /Makefile.am
parentd696d6cc31f672884382d5b8949be504cdc718a5 (diff)
downloadtelepathy-account-widgets-658bb59ac654bc4bbe95ae1aec17eec2fe9bb499.tar.gz
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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 20e19623..3929d393 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