]> git.lyx.org Git - lyx.git/blobdiff - Makefile.am
avoid float-conversion warning and simplify size computation
[lyx.git] / Makefile.am
index 7388a4ef50654bc2d3cbcfdf266813c811e7591a..ceb8d9653a6c9f02ed2cddfda77502cb3b5f06fb 100644 (file)
@@ -22,7 +22,7 @@ SUBDIRS = config development po $(BOOST) src sourcedoc lib \
 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 +59,7 @@ keystest:
 alltests: check alltests-recursive
 
 alltests-recursive:
+       cd lib; $(MAKE) alltests-recursive
        cd src; $(MAKE) alltests-recursive
 
 updatetests: