]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / Makefile.am
index c35e4f7c1c502a0e478cf52012a580014d7e5e05..ec959332d2d3848ed620fd7822d71907032f3ccf 100644 (file)
@@ -40,15 +40,12 @@ lyx_SOURCES = \
        DepTable.h \
        FloatList.C \
        FloatList.h \
+       Floating.C \
        Floating.h \
        FontInfo.C \
        FontInfo.h \
        FontLoader.C \
        FontLoader.h \
-       ImportLaTeX.C \
-       ImportLaTeX.h \
-       ImportNoweb.C \
-       ImportNoweb.h \
        LColor.C \
        LColor.h \
        LString.h \
@@ -129,6 +126,8 @@ lyx_SOURCES = \
        form1.h \
        gettext.C \
        gettext.h \
+       importer.C \
+       importer.h \
        include_form.h \
        intl.C \
        intl.h \
@@ -156,9 +155,6 @@ lyx_SOURCES = \
        lyx_gui_misc.h \
        lyx_main.C \
        lyx_main.h \
-       lyx_sendfax.C \
-       lyx_sendfax.h \
-       lyx_sendfax_main.C \
        lyx_sty.C \
        lyx_sty.h \
        lyxcursor.C \
@@ -233,7 +229,7 @@ lyx_SOURCES = \
 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
        lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
        bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
-       lyxserver.h layout.h gettext.h kbmap.h 
+       lyxserver.h layout.h gettext.h kbmap.h commandtags.h
        $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
          -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C