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
This commit is contained in:
Angus Leeming 2002-03-22 18:21:02 +00:00
parent 4f9bed1018
commit f2070113e8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
* xforms/Makefile.am (libqt2xforms.la): it should depend on
libqt2xforms_la_OBJECTS not libqt2xforms_la_SOURCES!
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup

View File

@ -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 \