From: Angus Leeming Date: Fri, 22 Mar 2002 18:21:02 +0000 (+0000) Subject: Qt2 now builds it's xforms sources correctly. X-Git-Tag: 1.6.10~19584 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f2070113e82193ee4135b80db9a930070a47d893;p=features.git Qt2 now builds it's xforms sources correctly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3817 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index f3d33e2397..b1e19c436e 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,8 @@ +2002-03-22 Angus Leeming + + * xforms/Makefile.am (libqt2xforms.la): it should depend on + libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES! + 2002-03-21 Lars Gullik Bjønnes * most files: ws cleanup diff --git a/src/frontends/qt2/xforms/Makefile.am b/src/frontends/qt2/xforms/Makefile.am index 1895c93992..5f923384d7 100644 --- a/src/frontends/qt2/xforms/Makefile.am +++ b/src/frontends/qt2/xforms/Makefile.am @@ -88,7 +88,7 @@ libqt2xforms_la_SOURCES = \ xforms_helpers.h \ xforms_helpers.C -libqt2xforms.la: link_files $(libqt2xforms_la_SOURCES) +libqt2xforms.la: link_files $(libqt2xforms_la_OBJECTS) link_files: for i in $(libqt2xforms_la_SOURCES); do \