summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 16:21:32 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-23 15:45:49 +0100
commit9bd3085e21273564033735eca808dccec0ddea40 (patch)
tree1e676a1e3cc5ec939337bc13a88c38cdf472406a /src/Makefile.am
parentcebe844419f6bd4b922de36b056e701740128ce4 (diff)
downloadtelepathy-salut-9bd3085e21273564033735eca808dccec0ddea40.tar.gz
Use GChecksum for SHA-1 (with the same code as Gabble 0.7.12)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2eb24b69..8c4dde14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,9 +100,7 @@ DUMMY_BACKEND_SOURCES = \
SHA1_SOURCES = \
sha1/sha1-util.h \
- sha1/sha1-util.c \
- sha1/sha1.h \
- sha1/sha1.c
+ sha1/sha1-util.c
libsalut_convenience_la_SOURCES = $(CORE_SOURCES) $(BUILT_SOURCES) \
$(SHA1_SOURCES)