]> 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 a682f07ab8cadbe805f5604ffc6425be3ec087d1..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,6 +21,8 @@ libxforms_la_SOURCES = \
        combox.C \
        combox.h \
        Dialogs.C \
+       DropDown.h \
+       DropDown.C \
        FileDialog.C \
        FormFiledialog.h \
        FormFiledialog.C \
@@ -112,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 \
@@ -140,6 +147,8 @@ libxforms_la_SOURCES = \
        FormSearch.h \
        form_search.C \
        form_search.h \
+       FormShowFile.C \
+       FormShowFile.h \
        FormSpellchecker.C \
        FormSpellchecker.h \
        form_spellchecker.C \
@@ -152,6 +161,10 @@ 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 \