From ce4caa266f43212325436943add31a7583f60f49 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Fri, 13 Dec 2013 15:06:23 +0100 Subject: [PATCH] md5.cpp was renamed in md5.c --- build-android-with-native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android-with-native.py b/build-android-with-native.py index a397630f3..bcb03f15a 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -180,7 +180,7 @@ LIBZIM_SOURCE_FILES = ('article.cpp', 'articlesearch.cpp', 'cluster.cpp', 'fileimpl.cpp', 'indexarticle.cpp', 'ptrstream.cpp', 'search.cpp', 'template.cpp', 'unicode.cpp', 'uuid.cpp', 'zintstream.cpp', 'envvalue.cpp', 'lzmastream.cpp', - 'unlzmastream.cpp', 'fstream.cpp', 'md5.cpp', + 'unlzmastream.cpp', 'fstream.cpp', 'md5.c', 'md5stream.cpp') # root folder for libkiwix