]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
remove more forms.h cruft
[lyx.git] / src / Makefile.am
index 4396a9b7a01fcfa6568e53e0aa76ae5c3327233a..c32b9a98963a9e112c3c76ea229e291bc4fd6b8f 100644 (file)
@@ -9,10 +9,8 @@ bin_PROGRAMS = lyx
 ## magically, but I do not understand them much (JMarc)
 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 \
+       support/libsupport.la \
        @INCLUDED_SIGC@
 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
        $(PSPELL_LIBS) @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
@@ -85,6 +83,8 @@ lyx_SOURCES = \
        Variables.h \
        WorkArea.C \
        WorkArea.h \
+       XFormsView.C \
+       XFormsView.h \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -116,6 +116,7 @@ lyx_SOURCES = \
        figureForm.h \
        font.C \
        font.h \
+       func_status.h \
        gettext.C \
        gettext.h \
        importer.C \
@@ -156,7 +157,6 @@ lyx_SOURCES = \
        lyxlex_pimpl.h \
        lyxlookup.C \
        lyxlookup.h \
-       lyxparagraph.h \
        lyxrc.C \
        lyxrc.h \
        lyxrow.C \
@@ -174,6 +174,9 @@ lyx_SOURCES = \
        os2_defines.h \
        os2_errortable.h \
        paragraph.C \
+       paragraph.h \
+       paragraph_pimpl.C \
+       paragraph_pimpl.h \
        print_form.C \
        print_form.h \
        screen.C \
@@ -187,7 +190,6 @@ lyx_SOURCES = \
        tabular-old.C \
        tex-accent.C \
        tex-accent.h \
-       tex-defs.h \
        tex-strings.C \
        tex-strings.h \
        texrow.C \
@@ -203,6 +205,8 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
+       undostack.C \
+       undostack.h \
        vc-backend.C \
        vc-backend.h \
        version.h \