[libsecret] Makefile.am: Fix make distcheck again



commit 068e80451b02b92daaf74be784eb05231a3a27ff
Author: Stef Walter <stefw gnome org>
Date:   Wed Mar 5 12:30:58 2014 +0100

    Makefile.am: Fix make distcheck again

 Makefile.am           |    2 +-
 libsecret/Makefile.am |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ba5b6bc..7a711ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ SUBDIRS = \
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-debug=yes \
        --disable-coverage \
-       --enable-strict \
+       --disable-strict \
        --disable-silent-rules \
        --enable-gtk-doc \
        --enable-vala
diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am
index 3b48a30..0601460 100644
--- a/libsecret/Makefile.am
+++ b/libsecret/Makefile.am
@@ -307,6 +307,10 @@ endif # HAVE_INTROSPECTION
 
 endif # HAVE_VALAC
 
+EXTRA_DIST += \
+       libsecret/test-vala-lang.vala \
+       libsecret/test-vala-unstable.vala
+
 # ------------------------------------------------------------------
 # TEST INTROSPECTION
 


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