summaryrefslogtreecommitdiff
path: root/native/jni/qt-peer
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-04-05 12:05:47 +0000
committerMark Wielaard <mark@klomp.org>2007-04-05 12:05:47 +0000
commitf1549145d7d7753cf229ce799656c2d9a0aa45b1 (patch)
tree7f5d07d3d8dd8496484c285664f30d9785f66163 /native/jni/qt-peer
parente80ab36f051362974b356490563a9f2af8261a76 (diff)
downloadclasspath-f1549145d7d7753cf229ce799656c2d9a0aa45b1.tar.gz
* autogen.sh: Recognize automake 1.10.
* configure.ac (AM_INIT_AUTOMAKE): Add -Wno-portability. * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add AM_LDFLAGS. * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): Likewise. * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): Likewise. * native/jni/midi-alsa/Makefile.am (libgjsmalsa_la_LDFLAGS): Likewise. * native/jni/midi-dssi/Makefile.am (libgjsmdssi_la_LDFLAGS): Likewise. * native/jni/qt-peer/Makefile.am (libqtpeer_la_LDFLAGS): Likewise.
Diffstat (limited to 'native/jni/qt-peer')
-rw-r--r--native/jni/qt-peer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/qt-peer/Makefile.am b/native/jni/qt-peer/Makefile.am
index b123ed36e..d0c2f32b2 100644
--- a/native/jni/qt-peer/Makefile.am
+++ b/native/jni/qt-peer/Makefile.am
@@ -72,7 +72,7 @@ libqtpeer_la_SOURCES = \
qtwindowpeer.cpp \
slotcallbacks.cpp \
slotcallbacks.h
-libqtpeer_la_LDFLAGS = -avoid-version
+libqtpeer_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version
BUILT_SOURCES = $(libqtpeer_la_MOC)