Author: kuemmel Date: Sat Jun 5 13:24:55 2010 New Revision: 34602 URL: http://www.lyx.org/trac/changeset/34602
Log: cmake: update package list Modified: lyx-devel/branches/BRANCH_1_6_X/development/Makefile.am Modified: lyx-devel/branches/BRANCH_1_6_X/development/Makefile.am ============================================================================== --- lyx-devel/branches/BRANCH_1_6_X/development/Makefile.am Sat Jun 5 13:20:32 2010 (r34601) +++ lyx-devel/branches/BRANCH_1_6_X/development/Makefile.am Sat Jun 5 13:24:55 2010 (r34602) @@ -149,43 +149,57 @@ scons/scons_manifest.py \ scons/SConstruct \ scons/scons_utils.py \ -cmake/boost/libs/signals/CMakeLists.txt \ -cmake/boost/libs/regex/CMakeLists.txt \ -cmake/boost/libs/CMakeLists.txt \ +cmake/build.bat \ +cmake/build-debug.bat \ +cmake/CMakeLists.txt \ +cmake/configCompiler.h.cmake \ +cmake/configCompiler.h.msvc \ +cmake/config.cpp.cmake \ +cmake/config.h.cmake \ +cmake/ConfigureChecks.cmake \ +cmake/Install.cmake \ +cmake/LyX_description.txt \ +cmake/LyX_license.txt \ +cmake/LyX_summary.txt \ +cmake/pcheaders.h \ +cmake/PyCompile.cmake \ cmake/boost/CMakeLists.txt \ +cmake/boost/libs/CMakeLists.txt \ +cmake/boost/libs/regex/CMakeLists.txt \ +cmake/boost/libs/signals/CMakeLists.txt \ +cmake/doc/CMakeLists.txt \ +cmake/doc/ReplaceValues.pl \ cmake/intl/CMakeLists.txt \ cmake/intl/libgnuintl.h \ -cmake/src/tex2lyx/CMakeLists.txt \ -cmake/src/graphics/CMakeLists.txt \ -cmake/src/frontends/qt4/CMakeLists.txt \ -cmake/src/frontends/CMakeLists.txt \ -cmake/src/mathed/CMakeLists.txt \ -cmake/src/insets/CMakeLists.txt \ -cmake/src/support/CMakeLists.txt \ -cmake/src/dummy.cpp \ -cmake/src/CMakeLists.txt \ +cmake/lyx2lyx/CMakeLists.txt \ +cmake/man/CMakeLists.txt \ +cmake/modules/FindAiksaurusLIB.cmake \ cmake/modules/FindASPELL.cmake \ +cmake/modules/FindGNUWIN32.cmake \ +cmake/modules/FindICONV.cmake \ +cmake/modules/FindLibintl.cmake \ +cmake/modules/FindLyXGettext.cmake \ +cmake/modules/FindMyThesLIB.cmake \ +cmake/modules/FindQt4.cmake \ cmake/modules/FindZLIB.cmake \ cmake/modules/LyXMacros.cmake \ -cmake/modules/ProjectSourceGroup.cmake \ -cmake/modules/FindQt4.cmake \ cmake/modules/LyXPaths.cmake \ -cmake/modules/FindGNUWIN32.cmake \ cmake/modules/LyXuic.cmake \ -cmake/modules/FindICONV.cmake \ cmake/modules/MacroBoolTo01.cmake \ -cmake/modules/FindLibintl.cmake \ -cmake/ConfigureChecks.cmake \ -cmake/pcheaders.h \ -cmake/Install.cmake \ -cmake/config.cpp.cmake \ -cmake/config.h.cmake \ -cmake/CMakeLists.txt \ -cmake/LyX_description.txt \ -cmake/LyX_license.txt \ -cmake/LyX_summary.txt \ -cmake/build.bat \ -cmake/build-debug.bat \ -cmake/configCompiler.h.msvc \ -cmake/configCompiler.h.cmake +cmake/modules/PCHSupport_26.cmake \ +cmake/modules/ProjectSourceGroup.cmake \ +cmake/po/CMakeLists.txt \ +cmake/scripts/CMakeLists.txt \ +cmake/src/CMakeLists.txt \ +cmake/src/dummy.cpp \ +cmake/src/client/CMakeLists.txt \ +cmake/src/frontends/CMakeLists.txt \ +cmake/src/frontends/qt4/CMakeLists.txt \ +cmake/src/graphics/CMakeLists.txt \ +cmake/src/insets/CMakeLists.txt \ +cmake/src/mathed/CMakeLists.txt \ +cmake/src/support/CMakeLists.txt \ +cmake/src/tex2lyx/CMakeLists.txt + +# cmake file list generated and sorted by 'ls -Ra'
