]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Add LFUN_SERVER_GET_STATISTICS command
[lyx.git] / src / Makefile.am
index e40a3bc278aabc17fe9898c2e6fad8803e382d2b..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)
@@ -168,7 +173,7 @@ SOURCEFILESCORE = \
        ParIterator.cpp \
        PDFOptions.cpp \
        Row.cpp \
-       rowpainter.cpp \
+       RowPainter.cpp \
        Server.cpp \
        ServerSocket.cpp \
        sgml.cpp \
@@ -273,7 +278,7 @@ HEADERFILESCORE = \
        ParIterator.h \
        PDFOptions.h \
        Row.h \
-       rowpainter.h \
+       RowPainter.h \
        Server.h \
        ServerSocket.h \
        Session.h \
@@ -668,7 +673,7 @@ endif
 ############################## Tests ##################################
 
 EXTRA_DIST += \
-       tests/test_layout
+       tests/test_layout CMakeLists.txt
 
 alltests: check alltests-recursive