[java-atk-wrapper] LDFLAGS Use proper version info syntax



commit f955ce6a4356634bf15502e8e1f20e5c2900ff51
Author: Magdalen Berns <m berns thismagpie com>
Date:   Tue Dec 30 20:33:39 2014 +0000

    LDFLAGS Use proper version info syntax
    
    Fix an issue caused by 7eab0

 jni/src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jni/src/Makefile.am b/jni/src/Makefile.am
index 2fc752d..b1bd59c 100644
--- a/jni/src/Makefile.am
+++ b/jni/src/Makefile.am
@@ -29,7 +29,7 @@ libatk_wrapper_la_CPPFLAGS = $(JNI_INCLUDES)\
                              $(JAW_CFLAGS)
 
 libatk_wrapper_la_LDFLAGS = $(LIB_ATK_WRAPPER_LD_FLAGS) \
-                            -version-info $(LT_VERSION_INFO) \
+                            $(LT_VERSION_INFO) \
                             -rpath $(libdir) \
                             $(AM_LDFLAGS)
 


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