[java-atk-wrapper] Set wrapperdir and propertiesdir correctly



commit 4a6a042000f9691aa0bbb64e2893079d5dd8e826
Author: Magdalen Berns <m berns thismagpie com>
Date:   Thu Nov 13 13:45:46 2014 +0000

    Set wrapperdir and propertiesdir correctly
    
    Before a directory was not being set but rather a set of libraries
    this was causing make install to fail.
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740062

 wrapper/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 1728934..63b9d8f 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -3,12 +3,12 @@ JARFILES=java-atk-wrapper.jar
 ALL_CLASSES=org/GNOME/Accessibility/*.class
 DEP_CLASSES=$(wildcard $(ALL_CLASSES))
 
-java_atk_wrapperdir = $(JAW_LIBS)/jre/lib/ext
+java_atk_wrapperdir = $(JDK_SRC)/jre/lib/ext
 java_atk_wrapper_DATA = $(JARFILES)
 
 EXTRA_DIST = $(properties_DATA)
 
-propertiesdir = $(JAW_LIBS)/jre/lib
+propertiesdir = $(JDK_SRC)/jre/lib
 properties_DATA = accessibility.properties
 
 $(JARFILES) : $(DEP_CLASSES)


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