]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Add LFUN_SERVER_GET_STATISTICS command
[lyx.git] / src / Makefile.am
index 17bad02b84f71803b08ddaf63dbb6520674484df..dccf8d1de083877763b5b49cf5338b2bb030057e 100644 (file)
@@ -11,7 +11,12 @@ endif
 
 SUBDIRS = support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = pch.h
+EXTRA_DIST = pch.h \
+       CMakeLists.txt \
+       graphics/CMakeLists.txt \
+       insets/CMakeLists.txt \
+       mathed/CMakeLists.txt \
+       tests/CMakeLists.txt
 
 OTHERLIBS = $(BOOST_LIBS) $(MYTHES_LIBS) $(ENCHANT_LIBS) $(HUNSPELL_LIBS) \
             @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI)
@@ -668,7 +673,7 @@ endif
 ############################## Tests ##################################
 
 EXTRA_DIST += \
-       tests/test_layout
+       tests/test_layout CMakeLists.txt
 
 alltests: check alltests-recursive