]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Makefile.am
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / Makefile.am
index cb78c0d61bbc34aef1ecd16f0bd520c309b58cd8..5ed1ba0ea43ff7817dd7778d19d3c01dc27e8115 100644 (file)
@@ -13,6 +13,7 @@ LYXDATADIRS = forms
 ETAGS_ARGS = --lang=c++
 # Alphabetical order please.  It makes it easier to figure out what's missing. 
 libxforms_la_SOURCES = \
+       Alert_pimpl.C \
        bmtable.c \
        bmtable.h \
        Color.C \
@@ -20,12 +21,18 @@ libxforms_la_SOURCES = \
        combox.C \
        combox.h \
        Dialogs.C \
+       DropDown.h \
+       DropDown.C \
        FileDialog.C \
        FormFiledialog.h \
        FormFiledialog.C \
        form_filedialog.C \
        form_filedialog.h \
        GUIRunTime.C \
+       FormAboutlyx.C \
+       FormAboutlyx.h \
+       form_aboutlyx.C \
+       form_aboutlyx.h \
        FormBase.C \
        FormBase.h \
        FormBaseDeprecated.C \
@@ -50,14 +57,6 @@ libxforms_la_SOURCES = \
        FormCitation.h \
        form_citation.C \
        form_citation.h \
-       FormCopyright.C \
-       FormCopyright.h \
-       form_copyright.C \
-       form_copyright.h \
-       FormCredits.C \
-       FormCredits.h \
-       form_credits.C \
-       form_credits.h \
        FormDocument.C \
        FormDocument.h \
        form_document.C \
@@ -66,10 +65,18 @@ libxforms_la_SOURCES = \
        FormError.h \
        form_error.C \
        form_error.h \
+       FormERT.C \
+       FormERT.h \
+       form_ert.C \
+       form_ert.h \
        FormExternal.C \
        FormExternal.h \
        form_external.C \
        form_external.h \
+       FormFloat.C \
+       FormFloat.h \
+       form_float.C \
+       form_float.h \
        FormGraphics.C \
        FormGraphics.h \
        form_graphics.C \
@@ -108,6 +115,10 @@ libxforms_la_SOURCES = \
        FormMathsSpace.h \
        form_maths_space.C \
        form_maths_space.h \
+       FormMathsStyle.C \
+       FormMathsStyle.h \
+       form_maths_style.C \
+       form_maths_style.h \
        FormMinipage.C \
        FormMinipage.h \
        form_minipage.C \
@@ -136,10 +147,12 @@ libxforms_la_SOURCES = \
        FormSearch.h \
        form_search.C \
        form_search.h \
-       FormSplash.C \
-       FormSplash.h \
-       form_splash.C \
-       form_splash.h \
+       FormShowFile.C \
+       FormShowFile.h \
+       FormSpellchecker.C \
+       FormSpellchecker.h \
+       form_spellchecker.C \
+       form_spellchecker.h \
        FormTabular.C \
        FormTabular.h \
        form_tabular.C \
@@ -148,6 +161,14 @@ libxforms_la_SOURCES = \
        FormTabularCreate.h \
        form_tabular_create.C \
        form_tabular_create.h \
+       FormTexinfo.C \
+       FormTexinfo.h \
+       form_texinfo.C \
+       form_texinfo.h \
+       FormThesaurus.C \
+       FormThesaurus.h \
+       form_thesaurus.C \
+       form_thesaurus.h \
        FormToc.C \
        FormToc.h \
        form_toc.C \
@@ -182,6 +203,8 @@ libxforms_la_SOURCES = \
 #      GUI_runtime.C \
 #      GUI_applymenu.C
 
+libxforms_la_LIBADD = @LYX_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+
 # for convenience only
 updatesrc:
        $(MAKE) -C forms updatesrc