]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Remove unused font variable which caused a warning.
[lyx.git] / src / Makefile.am
index a95e2915208c7bc6d0dea2ed512c3cb6fe8ad660..374e4c68255dcdd2e5270f388fe17f4dbd6d1acb 100644 (file)
@@ -9,15 +9,13 @@ 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@
 #lyx_LDFLAGS=-Wl,-O1
-EXTRA_DIST = config.h.in stamp-h.in cheaders
+EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h
 ETAGS_ARGS = --lang=c++
 BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
@@ -85,6 +83,8 @@ lyx_SOURCES = \
        Variables.h \
        WorkArea.C \
        WorkArea.h \
+       XFormsView.C \
+       XFormsView.h \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -108,7 +108,6 @@ lyx_SOURCES = \
        encoding.h \
        exporter.C \
        exporter.h \
-       ext_l10n.h \
        figure.h \
        figure_form.C \
        figure_form.h \
@@ -116,6 +115,7 @@ lyx_SOURCES = \
        figureForm.h \
        font.C \
        font.h \
+       func_status.h \
        gettext.C \
        gettext.h \
        importer.C \
@@ -156,7 +156,6 @@ lyx_SOURCES = \
        lyxlex_pimpl.h \
        lyxlookup.C \
        lyxlookup.h \
-       lyxparagraph.h \
        lyxrc.C \
        lyxrc.h \
        lyxrow.C \
@@ -174,20 +173,22 @@ 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 \
-       sp_form.C \
-       sp_form.h \
-       spellchecker.C \
-       spellchecker.h \
+       sp_base.h \
+       sp_spell.C \
+       sp_ispell.h \
+       sp_pspell.h \
        stl_string_fwd.h \
        tabular.C \
        tabular.h \
        tabular-old.C \
        tex-accent.C \
        tex-accent.h \
-       tex-defs.h \
        tex-strings.C \
        tex-strings.h \
        texrow.C \
@@ -203,6 +204,10 @@ lyx_SOURCES = \
        trans_mgr.h \
        undo.C \
        undo.h \
+       undo_funcs.C \
+       undo_funcs.h \
+       undostack.C \
+       undostack.h \
        vc-backend.C \
        vc-backend.h \
        version.h \
@@ -213,7 +218,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