X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=c60a282b3941c86a0530b1b08d2b7fad197cc194;hb=59a4f263a44ca3a1f5a37a652c8df154788f72d1;hp=b4b432754a295ddc8b8ca830910606f6b4208419;hpb=fe5f88ddf934be7b41e3b43b4fdb6d4557e5f0b4;p=lyx.git diff --git a/Makefile.am b/Makefile.am index b4b432754a..c60a282b39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,17 +5,14 @@ ACLOCAL_AMFLAGS = -I m4 -I config MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \ $(srcdir)/config.h.in -DIST_SUBDIRS = autotests 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 = autotests config development po $(BOOST) src sourcedoc lib \ +SUBDIRS = autotests config development po 3rdparty src sourcedoc lib \ $(CLIENT) src/tex2lyx