]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / Makefile.am
index 089dad773ff1f75e208e216b7c6536b7884ef168..5cf14d8d5925ff41942e470b984dc68ecd568d5c 100644 (file)
@@ -13,7 +13,14 @@ lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(SIGC_LIBS) \
        $(PSPELL_LIBS) @AIKSAURUS_LIBS@
 
 #lyx_LDFLAGS=-Wl,-O1
-EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in
+EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
+       Sectioning.h \
+       Sectioning.C \
+       Variables.C \
+       Variables.h \
+       counters.C \
+       counters.h
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
@@ -78,12 +85,11 @@ lyx_SOURCES = \
        ToolbarDefaults.h \
        UpdateInset.C \
        UpdateInset.h \
-       Variables.C \
-       Variables.h \
        WorkArea.C \
        WorkArea.h \
        XFormsView.C \
        XFormsView.h \
+       box.h \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -99,8 +105,6 @@ lyx_SOURCES = \
        config.h.in \
        converter.C \
        converter.h \
-       counters.C \
-       counters.h \
        debug.C \
        debug.h \
        encoding.C \
@@ -133,6 +137,8 @@ lyx_SOURCES = \
        lastfiles.h \
        layout.C \
        layout.h \
+       lengthcommon.C \
+       lengthcommon.h \
        lyx_cb.C \
        lyx_cb.h \
        lyx_gui.C \
@@ -151,6 +157,10 @@ lyx_SOURCES = \
        lyxfind.h \
        lyxfunc.C \
        lyxfunc.h \
+       lyxgluelength.C \
+       lyxgluelength.h \
+       lyxlength.C \
+       lyxlength.h \
        lyxlex.C \
        lyxlex.h \
        lyxlex_pimpl.C \
@@ -188,6 +198,8 @@ lyx_SOURCES = \
        tabular.C \
        tabular.h \
        tabular-old.C \
+       tabular_funcs.C \
+       tabular_funcs.h \
        tex-accent.C \
        tex-accent.h \
        tex-strings.C \