]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / Makefile.am
index ed4221c6a52ef37f47c637da4fd8bde395bafa8b..44e17767e1ea4c564f9ce935f3202ad35619ed9b 100644 (file)
@@ -11,6 +11,7 @@ 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 \
        @INCLUDED_SIGC@
 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
@@ -22,7 +23,6 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
 localedir = $(datadir)/locale
 lyx_SOURCES = \
-       BackStack.h \
        BufferView.C \
        BufferView.h \
        BufferView2.C \
@@ -66,9 +66,13 @@ lyx_SOURCES = \
        Painter.h \
        PainterBase.C \
        PainterBase.h \
+       ParagraphParameters.C \
+       ParagraphParameters.h \
+       ParameterStruct.h \
        PrinterParams.h \
        Sectioning.h \
        Sectioning.C \
+       ShareContainer.h \
        Spacing.C \
        Spacing.h \
        TextCache.C \
@@ -81,8 +85,6 @@ lyx_SOURCES = \
        Variables.h \
        WorkArea.C \
        WorkArea.h \
-       bmtable.c \
-       bmtable.h \
        broken_headers.h \
        buffer.C \
        buffer.h \
@@ -94,18 +96,12 @@ lyx_SOURCES = \
        bufferview_funcs.h \
        chset.C \
        chset.h \
-       combox.C \
-       combox.h \
        commandtags.h \
        config.h.in \
        converter.C \
        converter.h \
        counters.C \
        counters.h \
-       credits.C \
-       credits.h \
-       credits_form.C \
-       credits_form.h \
        debug.C \
        debug.h \
        encoding.C \
@@ -114,8 +110,6 @@ lyx_SOURCES = \
        exporter.h \
        ext_l10n.h \
        figure.h \
-       filedlg.C \
-       filedlg.h \
        font.C \
        font.h \
        form1.C \
@@ -124,7 +118,6 @@ lyx_SOURCES = \
        gettext.h \
        importer.C \
        importer.h \
-       include_form.h \
        intl.C \
        intl.h \
        kbmap.C \
@@ -137,8 +130,6 @@ lyx_SOURCES = \
        lastfiles.h \
        layout.C \
        layout.h \
-       layout_forms.C \
-       layout_forms.h \
        lyx.C \
        lyx.h \
        lyx_cb.C \
@@ -155,10 +146,8 @@ lyx_SOURCES = \
        lyxcursor.h \
        lyxfont.C \
        lyxfont.h \
-       lyxfr0.C \
-       lyxfr0.h \
-       lyxfr1.C \
-       lyxfr1.h \
+       lyxfind.C \
+       lyxfind.h \
        lyxfunc.C \
        lyxfunc.h \
        lyxlex.C \