[java-atk-wrapper] wrapper: Also distribute manifest.txt



commit 5876a9c0f94c4db943862137218bc6ac9cbe4a70
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Aug 24 13:36:10 2015 -0500

    wrapper: Also distribute manifest.txt
    
    It's required for building from the tarball.

 wrapper/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 5de0c8a..c12d00f 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -13,7 +13,8 @@ endif
 
 java_atk_wrapper_DATA = $(JARFILES)
 properties_DATA = accessibility.properties
-EXTRA_DIST = $(properties_DATA)
+EXTRA_DIST = $(properties_DATA) \
+            manifest.txt
 
 $(JARFILES) : $(DEP_CLASSES)
        $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class


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