]> git.lyx.org Git - features.git/commitdiff
add missing files
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Mar 2006 09:15:28 +0000 (09:15 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 28 Mar 2006 09:15:28 +0000 (09:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13503 a592a061-630c-0410-9148-cb99ea01b6c8

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

index da49ab3f20ff5075a5fe97e555947dec98866678..58afae30631880a6ff09924ba865440888d2c36d 100644 (file)
@@ -111,6 +111,7 @@ lyx_SOURCES = \
        LyXAction.h \
        MenuBackend.C \
        MenuBackend.h \
+       ParagraphList.h \
        ParagraphList_fwd.h \
        ParagraphParameters.C \
        ParagraphParameters.h \
index 22fbb594d045f760d73b2d197caa5d2c5ed14a3c..8538ac9186da6fdab05b91096636f6b0526e0de1 100644 (file)
@@ -20,6 +20,7 @@ AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 libsupport_la_SOURCES = \
        FileMonitor.h \
        FileMonitor.C \
+       RandomAccessList.h \
        abort.C \
        chdir.C \
        convert.C \