[evolution-ews] Fix distcheck errors.



commit 13bb75af7e37bc546d4c1f5c763673c963bd4ded
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Oct 20 12:30:28 2013 -0400

    Fix distcheck errors.

 Makefile.am           |    2 +-
 src/Makefile.am       |    9 ---------
 src/tests/Makefile.am |    1 -
 3 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2a26737..ab2f9e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ MAINTAINERCLEANFILES = \
 #     once libmspack >= 0.4 becomes more widespread.
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-internal-lzx \
-       --enable-tests \
+       --disable-tests \
        $(NULL)
 
 -include $(top_srcdir)/git.mk
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fcc15e..1b91d6a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,13 +12,4 @@ SUBDIRS = \
        configuration \
        $(TESTS_DIR)
 
-DIST_SUBDIRS = \
-       server \
-       utils \
-       camel \
-       calendar \
-       addressbook \
-       collection \
-       configuration
-
 -include $(top_srcdir)/git.mk
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 31a25ee..2951fc7 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -25,7 +25,6 @@ LIBS = \
 TEST_SRCS = \
        ews-test-common.c \
        ews-test-common.h \
-       e-ews-connection.h \
        $(NULL)
 
 TEST_PROGS                     += ews-test-camel


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