[empathy] add tests/certificates/Makefile.am



commit d710f1ef048c2eb98d6cb93186947c966d82ad58
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Apr 23 15:00:58 2012 +0200

    add tests/certificates/Makefile.am
    
    certificates needs to be in EXTRA_DIST so empathy-tls-test passes when
    distchecking.

 configure.ac                   |    1 +
 tests/Makefile.am              |    2 +-
 tests/certificates/Makefile.am |    3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9aab250..cf711bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -538,6 +538,7 @@ AC_CONFIG_FILES([
    tests/Makefile
    tests/interactive/Makefile
    tests/xml/Makefile
+   tests/certificates/Makefile
    tools/Makefile
 ])
 AC_OUTPUT
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5b6d31f..fdd6748 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = interactive xml
+SUBDIRS = interactive xml certificates
 
 CLEANFILES=
 
diff --git a/tests/certificates/Makefile.am b/tests/certificates/Makefile.am
new file mode 100644
index 0000000..08fefe9
--- /dev/null
+++ b/tests/certificates/Makefile.am
@@ -0,0 +1,3 @@
+EXTRA_DIST = \
+	collabora-ca.cer \
+	dhansak-collabora.cer



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]