]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Remove unused font variable which caused a warning.
[lyx.git] / src / Makefile.am
index 13eed40c4a15442ab4db61a89f80efa743cbb640..374e4c68255dcdd2e5270f388fe17f4dbd6d1acb 100644 (file)
@@ -15,7 +15,7 @@ lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
 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@
@@ -108,7 +108,6 @@ lyx_SOURCES = \
        encoding.h \
        exporter.C \
        exporter.h \
-       ext_l10n.h \
        figure.h \
        figure_form.C \
        figure_form.h \
@@ -180,10 +179,10 @@ lyx_SOURCES = \
        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 \