]> 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 93dbf037ae3882b4ca86f24cc05eabfff0ac4ad0..57cbad72be30abc5578c8a73c833ab04668ec57e 100644 (file)
@@ -2,10 +2,10 @@ 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
 
@@ -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 \
@@ -52,8 +54,6 @@ libxforms_la_SOURCES = \
        Dialogs_impl.h \
        DropDown.h \
        DropDown.C \
-       FeedbackController.C \
-       FeedbackController.h \
        FileDialog.C \
        FontInfo.C \
        FontInfo.h \
@@ -63,8 +63,6 @@ libxforms_la_SOURCES = \
        FormAboutlyx.h \
        FormBase.C \
        FormBase.h \
-       FormBaseDeprecated.C \
-       FormBaseDeprecated.h \
        FormBibitem.C \
        FormBibitem.h \
        FormBibtex.C \
@@ -93,8 +91,6 @@ libxforms_la_SOURCES = \
        FormInclude.h \
        FormIndex.C \
        FormIndex.h \
-       FormInset.C \
-       FormInset.h \
        FormLog.C \
        FormLog.h \
        FormMathsBitmap.C \
@@ -145,9 +141,10 @@ libxforms_la_SOURCES = \
        FormUrl.h \
        FormVCLog.C \
        FormVCLog.h \
+       FormWrap.C \
+       FormWrap.h \
        LyXKeySymFactory.C \
        LyXScreenFactory.C \
-       MathsCallbacks.h \
        Menubar_pimpl.C \
        Menubar_pimpl.h \
        RadioButtonGroup.C \