]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
fix "make dist" target
[lyx.git] / src / Makefile.am
index 3d7b84911d618986b7e6e2096933a36b5067d3a5..bc983144fa91a9101eb83239de54c16776720d1c 100644 (file)
@@ -10,9 +10,9 @@ bin_PROGRAMS = lyx
 lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
        graphics/libgraphics.la \
        frontends/libfrontends.la @FRONTEND_GUILIB@ \
-       frontends/libfrontends.la \
        frontends/controllers/libcontrollers.la \
        frontends/support/libfrontendsupport.la support/libsupport.la \
+       frontends/libfrontends.la \
        @INCLUDED_SIGC@
 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
        $(PSPELL_LIBS) @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
@@ -85,8 +85,6 @@ lyx_SOURCES = \
        Variables.h \
        WorkArea.C \
        WorkArea.h \
-       bmtable.c \
-       bmtable.h \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -98,8 +96,6 @@ lyx_SOURCES = \
        bufferview_funcs.h \
        chset.C \
        chset.h \
-       combox.C \
-       combox.h \
        commandtags.h \
        config.h.in \
        converter.C \
@@ -114,10 +110,12 @@ lyx_SOURCES = \
        exporter.h \
        ext_l10n.h \
        figure.h \
+       figure_form.C \
+       figure_form.h \
+       figureForm.C \
+       figureForm.h \
        font.C \
        font.h \
-       form1.C \
-       form1.h \
        gettext.C \
        gettext.h \
        importer.C \
@@ -134,8 +132,6 @@ lyx_SOURCES = \
        lastfiles.h \
        layout.C \
        layout.h \
-       lyx.C \
-       lyx.h \
        lyx_cb.C \
        lyx_cb.h \
        lyx_gui.C \
@@ -217,7 +213,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 commandtags.h
+       lyxserver.h layout.h gettext.h kbmap.h commandtags.h language.h
        $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
          -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C