X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=5562fb4753db1b688c14a9c4d9d88ee48bf70aa4;hb=530749439472bddf13d9f4ee74ee6184ef76e3f9;hp=3222ac92cf126089e9cbe6b7a24630f152580d94;hpb=197c26de994d5cca090c18fe4f0f27c51d37c7bc;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index 3222ac92cf..5562fb4753 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,7 @@ DISTCLEANFILES += config.h libintl.h version.C stamp-version version.C-tmp MAINTAINERCLEANFILES += $(srcdir)/config.h.in -SUBDIRS = mathed insets graphics support frontends tex2lyx +SUBDIRS = mathed insets graphics support frontends . client tex2lyx EXTRA_DIST = config.h.in stamp-h.in version.C.in \ Sectioning.h \ @@ -20,12 +20,7 @@ LYX_POST_LIBS = frontends/controllers/libcontrollers.la \ graphics/libgraphics.la \ support/libsupport.la -if USE_INCLUDED_BOOST -BOOST_LIBS = ../boost/libs/regex/src/libboostregex.la \ - ../boost/libs/signals/src/libboostsignals.la -else -BOOST_LIBS = -lboost_regex -lboost_signals -endif +BOOST_LIBS = $(BOOST_REGEX) $(BOOST_SIGNALS) $(BOOST_FILESYSTEM) OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(AIKSAURUS_LIBS) @LIBS@ @@ -52,11 +47,9 @@ lyx$(EXEEXT): $(FRONTENDS_PROGS) #lyx_LDFLAGS=-Wl,-O1 -INCLUDES = $(BOOST_INCLUDES) - BUILT_SOURCES = version.C -AM_CXXFLAGS = $(PCH_FLAGS) +AM_CPPFLAGS = $(PCH_FLAGS) $(BOOST_INCLUDES) lyx_SOURCES = \ Bidi.C \ @@ -101,7 +94,6 @@ lyx_SOURCES = \ PrinterParams.C \ PrinterParams.h \ RowList_fwd.h \ - ShareContainer.h \ Spacing.C \ Spacing.h \ Thesaurus.C \ @@ -116,7 +108,6 @@ lyx_SOURCES = \ boost.C \ box.h \ box.C \ - broken_headers.h \ buffer.C \ buffer.h \ buffer_funcs.C \ @@ -227,6 +218,8 @@ lyx_SOURCES = \ messages.h \ metricsinfo.C \ metricsinfo.h \ + mover.C \ + mover.h \ output.C \ output.h \ outputparams.C \ @@ -284,22 +277,6 @@ lyx_SOURCES = \ vspace.C \ vspace.h -dist_noinst_DATA = \ - cheaders/ChangeLog \ - cheaders/cassert \ - cheaders/cctype \ - cheaders/cerrno \ - cheaders/climits \ - cheaders/clocale \ - cheaders/cmath \ - cheaders/csignal \ - cheaders/cstdarg \ - cheaders/cstddef \ - cheaders/cstdio \ - cheaders/cstdlib \ - cheaders/cstring \ - cheaders/ctime - version.C: stamp-version @: