]> git.lyx.org Git - features.git/commitdiff
Next attempt to sanitize make dist.
authorPavel Sanda <sanda@lyx.org>
Fri, 21 Mar 2008 14:05:41 +0000 (14:05 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 21 Mar 2008 14:05:41 +0000 (14:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23866 a592a061-630c-0410-9148-cb99ea01b6c8

src/Makefile.am
src/frontends/Makefile.am
src/support/Makefile.am

index 3513d3b0dbf75c1446dd16655e69288f9a62f90c..4e95f8a4d347a95d67d8ccf2d4987e709085e2de 100644 (file)
@@ -185,6 +185,7 @@ HEADERFILESCORE = \
        CmdDef.h \
        ColorCode.h \
        Color.h \
+       CompletionList.h \
        config.h.in \
        ConverterCache.h \
        Converter.h \
@@ -443,6 +444,7 @@ HEADERFILESMATHED = \
        mathed/MathAtom.h \
        mathed/MathAutoCorrect.h \
        mathed/MathData.h \
+       mathed/MathCompletionList.h \
        mathed/MathExtern.h \
        mathed/MathFactory.h \
        mathed/MathGridInfo.h \
index bf19075192019132c53afd04154b011667e8e3b7..c31e39d347a3e61da15e92dee2d151140d7041d4 100644 (file)
@@ -13,6 +13,7 @@ liblyxfrontends_la_SOURCES = \
        Application.h \
        FontLoader.h \
        FontMetrics.h \
+       Delegates.h \
        KeyModifier.h \
        KeySymbol.h \
        LyXView.h \
index daa62e532bf3ea625be904cf0fdd7ebce932d4c2..8354f76bf08434110de15848118839773b96e14d 100644 (file)
@@ -57,8 +57,10 @@ liblyxsupport_la_SOURCES = \
        FileFilterList.h \
        FileName.cpp \
        FileName.h \
+       FileNameList.h \
        filetools.cpp \
        filetools.h \
+       FileZipListDir.h \
        foreach.h \
        ForkedCalls.cpp \
        ForkedCalls.h \
@@ -102,6 +104,7 @@ liblyxsupport_la_SOURCES = \
        userinfo.h \
        unicode.cpp \
        unicode.h \
+       weighted_btree.h \
        minizip/crypt.h \
        minizip/ioapi.c \
        minizip/ioapi.h \