[evolution-kolab] Makefile.am: added build flag for distcheck



commit 848316dd3f8be194fd858d2633ab2ef34d160491
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Jan 26 19:33:56 2012 +0100

    Makefile.am: added build flag for distcheck
    
    * preconfigure distcheck to use --enable-gtk-doc
    * "make dist" requires gtk-doc anyway, so we can
      set it for distcheck right away

 Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8b71b0a..e723927 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,10 @@
 ## Process this file with automake to produce Makefile.in
 ## Created by Anjuta
 
+ACLOCAL_AMFLAGS=-I m4
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
 SUBDIRS = src po \
 	docs
 



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