Fix some distcheck errors.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 4 Jun 2012 22:21:11 +0000 (18:21 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 4 Jun 2012 22:21:11 +0000 (18:21 -0400)
Some, not all.  E-D-S tests are still borked.

calendar/backends/file/Makefile.am
camel/tests/lib/folders.c
docs/reference/libedataserverui/Makefile.am

index e38ee0b..bd2193b 100644 (file)
@@ -56,6 +56,8 @@ test_interval_searches_CPPFLAGS = \
        $(AM_CPPFLAGS)                  \
        -I$(top_srcdir)                 \
        -I$(top_srcdir)/calendar        \
+       -I$(top_builddir)               \
+       -I$(top_builddir)/calendar      \
        $(EVOLUTION_CALENDAR_CFLAGS)    \
        $(CAMEL_CFLAGS)                 \
        -DTEST_QUERY_RESULT=1
index 1340a45..33506e5 100644 (file)
@@ -595,7 +595,7 @@ test_folder_message_ops (CamelSession *session,
                if (!local) {
                        push ("disconneect service");
                        camel_service_disconnect_sync (
-                               CAMEL_SERVICE (store), TRUE, &error);
+                               CAMEL_SERVICE (store), TRUE, NULL, &error);
                        check_msg (error == NULL, "%s", error->message);
                        g_clear_error (&error);
                        pull ();
index 295815b..657d0ee 100644 (file)
@@ -23,6 +23,7 @@ GTKDOC_CFLAGS  =                                      \
        -I$(top_srcdir)/addressbook                     \
        -I$(top_srcdir)                                 \
        -I$(top_builddir)                               \
+       -I$(top_builddir)/addressbook                   \
        $(E_DATA_SERVER_UI_CFLAGS)                      \
        $(CAMEL_CFLAGS)