]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Makefile.am
fix crash with "save as"
[lyx.git] / src / frontends / xforms / Makefile.am
index f280f20d8b3bc8bd9e868d59905ecc18c31d89d3..57cbad72be30abc5578c8a73c833ab04668ec57e 100644 (file)
@@ -2,18 +2,18 @@ include $(top_srcdir)/config/common.am
 
 noinst_LTLIBRARIES = libxforms.la
 
-INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src/ \
-       -I$(top_srcdir)/src/frontends/ \
+INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src \
+       -I$(top_srcdir)/src/frontends \
        -I$(top_srcdir)/src/frontends/controllers \
-       $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+       $(BOOST_INCLUDES)
 
 SUBDIRS = forms
 
-EXTRA_DIST = xformsGImage.C xformsGImage.h
+EXTRA_DIST = xformsImage.C xformsImage.h
 
 if USE_BASIC_IMAGE_LOADER
 else
-XFORMSGIMAGE = xformsGImage.C xformsGImage.h
+XFORMSIMAGE = xformsImage.C xformsImage.h
 endif
 
 # Alphabetical order please.  It makes it easier to figure out what's missing.
@@ -23,6 +23,8 @@ libxforms_la_SOURCES = \
        forms_gettext.h \
        bmtable.c \
        bmtable.h \
+       checkedwidgets.C \
+       checkedwidgets.h \
        combox.C \
        combox.h \
        input_validators.C \
@@ -38,7 +40,7 @@ libxforms_la_SOURCES = \
        xforms_helpers.h \
        xforms_resize.C \
        xforms_resize.h \
-       $(XFORMSGIMAGE) xformsBC.C \
+       $(XFORMSIMAGE) xformsBC.C \
        xformsBC.h \
        xscreen.C \
        xscreen.h \
@@ -48,10 +50,10 @@ libxforms_la_SOURCES = \
        ColorHandler.C \
        ColorHandler.h \
        Dialogs.C \
+       Dialogs2.C \
+       Dialogs_impl.h \
        DropDown.h \
        DropDown.C \
-       FeedbackController.C \
-       FeedbackController.h \
        FileDialog.C \
        FontInfo.C \
        FontInfo.h \
@@ -61,8 +63,6 @@ libxforms_la_SOURCES = \
        FormAboutlyx.h \
        FormBase.C \
        FormBase.h \
-       FormBaseDeprecated.C \
-       FormBaseDeprecated.h \
        FormBibitem.C \
        FormBibitem.h \
        FormBibtex.C \
@@ -91,8 +91,6 @@ libxforms_la_SOURCES = \
        FormInclude.h \
        FormIndex.C \
        FormIndex.h \
-       FormInset.C \
-       FormInset.h \
        FormLog.C \
        FormLog.h \
        FormMathsBitmap.C \
@@ -143,11 +141,10 @@ libxforms_la_SOURCES = \
        FormUrl.h \
        FormVCLog.C \
        FormVCLog.h \
-       guiapi.C \
+       FormWrap.C \
+       FormWrap.h \
        LyXKeySymFactory.C \
        LyXScreenFactory.C \
-       MathsSymbols.C \
-       MathsSymbols.h \
        Menubar_pimpl.C \
        Menubar_pimpl.h \
        RadioButtonGroup.C \
@@ -163,6 +160,8 @@ libxforms_la_SOURCES = \
        XFormsView.h \
        XLyXKeySym.C \
        XLyXKeySym.h \
+       XMiniBuffer.C \
+       XMiniBuffer.h \
        XPainter.C \
        XPainter.h \
        XWorkArea.h \