[java-atk-wrapper] make: add top_srcdir and topsrcdir/wrapper to CFLAGS



commit 44a73304c30ae84626bfa3d07151c97e53141db6
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sat Dec 6 10:47:56 2014 +0000

    make: add top_srcdir and topsrcdir/wrapper to CFLAGS
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=741062

 jni/src/Makefile.am |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/jni/src/Makefile.am b/jni/src/Makefile.am
index c1a2250..c285026 100644
--- a/jni/src/Makefile.am
+++ b/jni/src/Makefile.am
@@ -23,10 +23,14 @@ noinst_HEADERS = jawimpl.h \
                  jawutil.h
 
 libatk_wrapper_la_CFLAGS = $(JNI_INCLUDES)\
-                           $(JAW_CFLAGS)
+                           $(JAW_CFLAGS) \
+                           -I$(top_srcdir) \
+                           -I$(top_srcdir)\wrapper
 
 libatk_wrapper_la_CPPFLAGS = $(JNI_INCLUDES)\
-                             $(JAW_CFLAGS)
+                             $(JAW_CFLAGS) \
+                           -I$(top_srcdir) \
+                           -I$(top_srcdir)\wrapper
 
 libatk_wrapper_la_LDFLAGS = $(LIB_ATK_WRAPPER_LD_FLAGS) \
                             $(LT_VERSION_INFO) \


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