diff options
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/certificates/Makefile.am | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9aab250b6..cf711bbf8 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 5b6d31f28..fdd67482a 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 000000000..08fefe9f1 --- /dev/null +++ b/tests/certificates/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + collabora-ca.cer \ + dhansak-collabora.cer |