]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Makefile.am
small patch from Dekel, begin introducing the real boost framework, get rid of the...
[lyx.git] / src / frontends / gnome / Makefile.am
index b15999872abbbe8eaffeceb2ccaec6494225e93a..7a0c1f634aaefc609961cfe014161daae617b27c 100644 (file)
@@ -2,19 +2,25 @@ AUTOMAKE_OPTIONS = foreign 1.4
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libgnome.la
+BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = ${FRONTEND_INCLUDES} -I${top_srcdir}/src/ \
        -I${top_srcdir}/src/frontends/ -I${top_srcdir}/src/frontends/xforms \
-       ${SIGC_CFLAGS}
+       ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 libgnome_la_OBJADD = \
+        ../xforms/FormBase.lo \
        ../xforms/FormCitation.lo \
        ../xforms/form_citation.lo \
        ../xforms/FormCommand.lo \
        ../xforms/FormDocument.lo \
        ../xforms/form_document.lo \
+        ../xforms/FormError.lo \
+        ../xforms/form_error.lo \
        ../xforms/FormGraphics.lo \
        ../xforms/form_graphics.lo \
        ../xforms/FormIndex.lo \
        ../xforms/form_index.lo \
+       ../xforms/FormParagraph.lo \
+       ../xforms/form_paragraph.lo \
        ../xforms/FormPreferences.lo \
        ../xforms/form_preferences.lo \
        ../xforms/FormRef.lo \
@@ -33,6 +39,8 @@ LYXDATADIRS =
 libgnome_la_SOURCES = \
        Dialogs.C \
        GUIRunTime.C \
+       FormCitation.C \
+       FormCitation.h \
        FormCopyright.C \
        FormCopyright.h \
        FormPrint.C \
@@ -64,7 +72,12 @@ libgnome_la_SOURCES = \
        diatoc_callbacks.c  \
        diatoc_interface.c  \
        diatoc_callbacks.h \
-       diatoc_interface.h 
+       diatoc_interface.h \
+       diainsertcitation_interface.c \
+       diainsertcitation_interface.h \
+       diainsertcitation_callbacks.c \
+       diainsertcitation_callbacks.h \
+       pixbutton.h
 
 # These still have to be added. Sooner or later. ARRae-20000411
 #      GUI_defaults.C \