]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
version.h: tex2lyx can have the same actual fileformat
[lyx.git] / src / Makefile.am
index 780b7102ff021bee77f33d4cfecf2a11cb797fae..b40d4e04d6ae77be557312d216439d8aae5ca9f4 100644 (file)
@@ -364,8 +364,6 @@ liblyxgraphics_a_SOURCES = \
 
 ############################### Mathed  ##############################
 
-EXTRA_DIST += mathed/InsetFormulaMacro.cpp
-
 noinst_LIBRARIES += liblyxmathed.a
 
 SOURCEFILESMATHED = \
@@ -500,7 +498,6 @@ HEADERFILESMATHED = \
        mathed/MathCompletionList.h \
        mathed/MathExtern.h \
        mathed/MathFactory.h \
-       mathed/MathGridInfo.h \
        mathed/MathMacro.h \
        mathed/MathMacroArgument.h \
        mathed/MacroTable.h \
@@ -671,20 +668,20 @@ endif
 ############################## Tests ##################################
 
 EXTRA_DIST += \
-       tests/test_Layout
+       tests/test_layout
 
 
 TESTS = \
-       tests/test_Layout
+       tests/test_layout
 
 check_PROGRAMS = \
-       check_Layout
+       check_layout
 
-check_Layout_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LAYOUT_CSS
-check_Layout_LDADD = support/liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) @LIBS@ $(QT4_CORE_LIBS) $(LIBSHLWAPI)
+check_layout_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LAYOUT_CSS
+check_layout_LDADD = support/liblyxsupport.a $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) @LIBS@ $(QT4_CORE_LIBS) $(LIBSHLWAPI)
 # need to allow multiple definitions of _() (see dummy_functions.cpp)
-check_Layout_LDFLAGS = $(QT4_CORE_LDFLAGS) -Wl,--allow-multiple-definition
-check_Layout_SOURCES = \
+check_layout_LDFLAGS = $(QT4_CORE_LDFLAGS) -Wl,--allow-multiple-definition
+check_layout_SOURCES = \
        insets/InsetLayout.cpp \
        Color.cpp \
        Counters.cpp \
@@ -697,7 +694,7 @@ check_Layout_SOURCES = \
        ModuleList.cpp \
        Spacing.cpp \
        TextClass.cpp \
-       tests/check_Layout.cpp \
+       tests/check_layout.cpp \
        support/tests/boost.cpp \
        support/tests/dummy_functions.cpp