[java-atk-wrapper] Fixed a dependency problem



commit 9c146a1d60251426033ad25cca58468d04c78788
Author: Ke Wang <ke wang sun com>
Date:   Tue Jun 30 12:41:49 2009 +0800

    Fixed a dependency problem

 wrapper/Makefile.am                         |    2 +-
 wrapper/org/GNOME/Accessibility/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 949892b..85514c0 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -11,7 +11,7 @@ propertiesdir = $(prefix)/share/jar
 properties_DATA = accessibility.properties
 
 $(JARFILES) : $(DEP_CLASSES)
-	$(JAR) cf $(JARFILES) org/GNOME/Accessibility/*.class
+	$(JAR) cf $(JARFILES) $(DEP_CLASSES)
 
 all-local : $(DATA) $(JARFILES)
 
diff --git a/wrapper/org/GNOME/Accessibility/Makefile.am b/wrapper/org/GNOME/Accessibility/Makefile.am
index 6f81f12..dfd196d 100644
--- a/wrapper/org/GNOME/Accessibility/Makefile.am
+++ b/wrapper/org/GNOME/Accessibility/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST=$(JAVA_SRC)
 
 all-local: $(BUILD_CLASSES)
 
-%.class : $(srcdir)/%.java
+%.class : %.java
 	CLASSPATH=$(top_srcdir)/wrapper $(JAVAC) -d $(top_builddir)/wrapper $<
 
 clean-local:



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