[Telepathy-commits] [telepathy-gabble/master] Remove MD5, SHA1 code from the build

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Oct 13 03:45:27 PDT 2008


---
 src/Makefile.am |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 1de8f4d..6c363b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,8 +16,7 @@ dbus_tube_sources = \
     tube-dbus.c
 endif
 
-# These are the bits we wrote, so we can be really strict about coding style
-libgabble_convenience_la_our_sources = \
+libgabble_convenience_la_SOURCES = \
     $(dbus_tube_sources) \
     base64.h \
     base64.c \
@@ -108,15 +107,6 @@ libgabble_convenience_la_our_sources = \
     vcard-manager.h \
     vcard-manager.c
 
-# we don't want to subject third-party source to whitespace removal -
-# it's more useful to keep it a verbatim copy
-libgabble_convenience_la_SOURCES = \
-    libmd5-rfc/md5.c \
-    libmd5-rfc/md5.h \
-    sha1/sha1.h \
-    sha1/sha1.c \
-    $(libgabble_convenience_la_our_sources)
-
 libgabble_convenience_la_LIBADD = \
    $(top_builddir)/extensions/libgabble-extensions.la
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list