]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Dekels tabular/textinset patches
[lyx.git] / src / Makefile.am
index 6aa24829699674bdeb04e014d0ec1b9fa1a7013a..ec959332d2d3848ed620fd7822d71907032f3ccf 100644 (file)
@@ -40,6 +40,7 @@ lyx_SOURCES = \
        DepTable.h \
        FloatList.C \
        FloatList.h \
+       Floating.C \
        Floating.h \
        FontInfo.C \
        FontInfo.h \
@@ -228,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