[java-atk-wrapper] put lt version info first in LDFLAGS



commit e7e1fd6616308aa54300cd9743eea0937d2b23ee
Author: Magdalen Berns <m berns thismagpie com>
Date:   Sun Dec 28 19:49:37 2014 +0000

    put lt version info first in LDFLAGS
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=742072

 jni/src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jni/src/Makefile.am b/jni/src/Makefile.am
index c1a2250..0e3c5b3 100644
--- a/jni/src/Makefile.am
+++ b/jni/src/Makefile.am
@@ -28,8 +28,8 @@ libatk_wrapper_la_CFLAGS = $(JNI_INCLUDES)\
 libatk_wrapper_la_CPPFLAGS = $(JNI_INCLUDES)\
                              $(JAW_CFLAGS)
 
-libatk_wrapper_la_LDFLAGS = $(LIB_ATK_WRAPPER_LD_FLAGS) \
-                            $(LT_VERSION_INFO) \
+libatk_wrapper_la_LDFLAGS = $(LT_VERSION_INFO) \
+                            $(LIB_ATK_WRAPPER_LD_FLAGS) \
                             -no-undefined \
                             $(AM_LDFLAGS)
 


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