[java-atk-wrapper] Makefile: add ${ACLOCAL_FLAGS} to ACLOCAL_FLAGS



commit 833088d72ed37e7a71499277c4646004f2a60248
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Oct 18 19:21:32 2014 +0100

    Makefile: add ${ACLOCAL_FLAGS} to ACLOCAL_FLAGS
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=738776

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4564f13..1c05026 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,4 +2,4 @@ SUBDIRS=jni wrapper
 
 EXTRA_DIST = JavaInfo.java
 
-ACLOCAL_AMFLAGS='-I m4'
+ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}


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