[glib] Add ACLOCAL_AMFLAGS to Makefile.am



commit d9dc570c593a29be62b3d85cef43f92f52dcce8e
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 10 19:46:40 2010 -0400

    Add ACLOCAL_AMFLAGS to Makefile.am
    
    Patch by Vincent Untz, bug 570036

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 9ee0acd..668953e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,8 @@ include $(top_srcdir)/Makefile.decl
 
 AUTOMAKE_OPTIONS = 1.7
 
+ACLOCAL_AMFLAGS = -I m4macros
+
 SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
 DIST_SUBDIRS = $(SUBDIRS) build
 



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