get rid of LYX_LIBS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-02 19:27:06 +00:00
parent b86565cfe5
commit be0b4abbc3
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: get rid of LYX_LIBS
2002-02-10 Michael A. Koziarski <michael@koziarski.com> 2002-02-10 Michael A. Koziarski <michael@koziarski.com>
* FormERT.C * FormERT.C

View File

@ -5,14 +5,15 @@ ETAGS_ARGS = --lang=c++
noinst_LTLIBRARIES = libgnome.la noinst_LTLIBRARIES = libgnome.la
BOOST_INCLUDES = -I$(top_srcdir)/boost BOOST_INCLUDES = -I$(top_srcdir)/boost
INCLUDES = ${FRONTEND_INCLUDES} -I${top_srcdir}/src/ \ INCLUDES = ${FRONTEND_INCLUDES} -I${top_srcdir}/src/ \
-I${top_srcdir}/src/frontends/ \ -I${top_srcdir}/src/frontends/ \
-I${top_srcdir}/src/frontends/xforms \ -I${top_srcdir}/src/frontends/xforms \
-I${top_srcdir}/src/frontends/controllers \ -I${top_srcdir}/src/frontends/controllers \
${SIGC_CFLAGS} $(BOOST_INCLUDES) ${SIGC_CFLAGS} $(BOOST_INCLUDES)
libgnome_la_LIBADD = \ #libgnome_la_LIBADD = \
@LYX_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@ # @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
xforms_objects = \ xforms_objects = \
../xforms/xforms_helpers.lo \ ../xforms/xforms_helpers.lo \

View File

@ -1,5 +1,7 @@
2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com> 2002-03-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Makefile.am: get rid of LYX_LIBS
* QDocument.C (class_update): layout as string * QDocument.C (class_update): layout as string
2002-03-01 John Levon <moz@compsoc.man.ac.uk> 2002-03-01 John Levon <moz@compsoc.man.ac.uk>

View File

@ -17,12 +17,12 @@ LIBS=
include Makefile.dialogs include Makefile.dialogs
libqt2_la_LIBADD = \ #libqt2_la_LIBADD = \
xforms/libqt2xforms.la \ # xforms/libqt2xforms.la \
ui/libqt2ui.la \ # ui/libqt2ui.la \
moc/libqt2moc.la \ # moc/libqt2moc.la \
ui/moc/libqt2uimoc.la \ # ui/moc/libqt2uimoc.la \
@LYX_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@ # @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
libqt2_la_SOURCES = \ libqt2_la_SOURCES = \
$(DIALOGSOURCES) \ $(DIALOGSOURCES) \