mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
makefile gtk fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8778 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
619112545c
commit
31bfe0870f
@ -187,6 +187,7 @@ src/output_plaintext.C
|
||||
src/paragraph.C
|
||||
src/rowpainter.C
|
||||
src/support/globbing.C
|
||||
src/support/path_defines.C
|
||||
src/tex2lyx/lengthcommon.C
|
||||
src/text.C
|
||||
src/text2.C
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-05-26 Lars Gullik Bjonnes <larsbj@gullik.net>
|
||||
|
||||
* Makefile.am: dont create a separate xforms.lo use he files
|
||||
directly when building libgtk instead.
|
||||
|
||||
2004-05-19 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Most files: wrap code up inside namespace lyx::frontend.
|
||||
|
@ -11,7 +11,7 @@ INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/frontends/xforms \
|
||||
$(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
|
||||
|
||||
libgtk_la_LIBADD = xforms.lo @GTK_FRONTEND_LIBS@ @XFORMS_LIBS@
|
||||
libgtk_la_LIBADD = $(xforms_objects) ../xforms/forms/*.lo @GTK_FRONTEND_LIBS@ @XFORMS_LIBS@
|
||||
|
||||
# Alphabetical order please. It makes it easier to figure out what's missing.
|
||||
libgtk_la_SOURCES = \
|
||||
@ -137,6 +137,3 @@ xforms_objects = \
|
||||
# ../xforms/FormUrl.lo
|
||||
# ../xforms/FormTabularCreate.lo
|
||||
# ../xforms/FormMathsPanel.lo
|
||||
|
||||
xforms.lo: $(xforms_objects) ../xforms/forms/*.lo
|
||||
$(CXXLINK) $(xforms_objects) ../xforms/forms/*.lo
|
||||
|
Loading…
Reference in New Issue
Block a user