mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
4f9bed1018
commit
f2070113e8
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user