mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
revert to using .la type libtool libs
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@416 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b1a2ea2730
commit
f133142418
@ -1,3 +1,11 @@
|
||||
2000-01-11 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/mathed/Makefile.am (noinst_LTLIBRARIES): use .la
|
||||
|
||||
* src/insets/Makefile.am (noinst_LTLIBRARIES): use .la
|
||||
|
||||
* src/Makefile.am (lyx_DEPENDENCIES): switch back to .la libs
|
||||
|
||||
2000-01-11 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/paragraph.C (BreakParagraph): do not reserve space on text
|
||||
|
@ -3,7 +3,7 @@ SUBDIRS = mathed insets support
|
||||
DISTCLEANFILES = libintl.h config.h
|
||||
MAINTAINERCLEANFILES = Makefile.in config.h.in
|
||||
bin_PROGRAMS = lyx
|
||||
lyx_DEPENDENCIES = mathed/libmathed.o insets/libinsets.o support/libsupport.la
|
||||
lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la support/libsupport.la
|
||||
lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS)
|
||||
EXTRA_DIST = config.h.in stamp-h.in cheaders
|
||||
ETAGS_ARGS = --c++
|
||||
|
@ -1,11 +1,11 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LTLIBRARIES = libinsets.o
|
||||
noinst_LTLIBRARIES = libinsets.la
|
||||
LIBS =
|
||||
ETAGS_ARGS = --c++
|
||||
INCLUDES = -I${srcdir}/../
|
||||
|
||||
libinsets_o_SOURCES = \
|
||||
libinsets_la_SOURCES = \
|
||||
figinset.C \
|
||||
figinset.h \
|
||||
form_url.C \
|
||||
|
@ -1,11 +1,11 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
noinst_LTLIBRARIES = libmathed.o
|
||||
noinst_LTLIBRARIES = libmathed.la
|
||||
LIBS=
|
||||
ETAGS_ARGS = --c++
|
||||
INCLUDES = -I${top_srcdir}/images -I${srcdir}/../
|
||||
|
||||
libmathed_o_SOURCES = array.h \
|
||||
libmathed_la_SOURCES = array.h \
|
||||
formula.C \
|
||||
formula.h \
|
||||
formulamacro.C \
|
||||
|
Loading…
Reference in New Issue
Block a user