X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=af9260dfba5afac5ed87dc5ca5d81b9690664639;hb=92613ac63c7ca55b81570fd81f9f228168736a14;hp=7388a4ef50654bc2d3cbcfdf266813c811e7591a;hpb=4ec02b46b5f6f3aac77ff636ed7020902b0e59ab;p=lyx.git diff --git a/Makefile.am b/Makefile.am index 7388a4ef50..af9260dfba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,24 +5,21 @@ ACLOCAL_AMFLAGS = -I m4 -I config MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \ $(srcdir)/config.h.in -DIST_SUBDIRS = m4 config development po boost src sourcedoc lib +DIST_SUBDIRS = 3rdparty autotests m4 config development po src sourcedoc lib if BUILD_CLIENT_SUBDIR CLIENT = src/client endif -if USE_INCLUDED_BOOST -BOOST = boost -endif -SUBDIRS = config development po $(BOOST) src sourcedoc lib \ - $(CLIENT) src/tex2lyx +SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \ + $(CLIENT) src/tex2lyx src/convert EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \ INSTALL.Win32 INSTALL.MacOSX INSTALL.cmake \ README.Win32 README.Cygwin README.localization lyx.1in \ - autogen.sh + autogen.sh CMakeLists.txt po/CMakeLists.txt man_MANS = lyx.1 @@ -59,6 +56,7 @@ keystest: alltests: check alltests-recursive alltests-recursive: + cd lib; $(MAKE) alltests-recursive cd src; $(MAKE) alltests-recursive updatetests: