]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/Makefile.am
Dekel's lyxrc.example; Angus's FormDocument; John's build-listerrors; POTFILES.in...
[lyx.git] / src / frontends / gnome / Makefile.am
index 13a9b59acf8782bdb3fac636e29ee86665c6fea0..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 \
@@ -32,14 +38,19 @@ LYXDATADIRS =
 #ETAGS_ARGS = --lang=c++
 libgnome_la_SOURCES = \
        Dialogs.C \
-       GUIRunTime_pimpl.C \
-       GUIRunTime_pimpl.h \
+       GUIRunTime.C \
+       FormCitation.C \
+       FormCitation.h \
        FormCopyright.C \
        FormCopyright.h \
        FormPrint.C \
        FormPrint.h \
        FormUrl.C \
        FormUrl.h \
+       FormIndex.C \
+       FormIndex.h \
+       FormToc.C \
+       FormToc.h \
        Menubar_pimpl.C \
        Menubar_pimpl.h \
        mainapp.C \
@@ -53,7 +64,20 @@ libgnome_la_SOURCES = \
        diainserturl_callbacks.c  \
        diainserturl_interface.c  \
        diainserturl_callbacks.h \
-       diainserturl_interface.h 
+       diainserturl_interface.h \
+       diainsertindex_callbacks.c  \
+       diainsertindex_interface.c  \
+       diainsertindex_callbacks.h \
+       diainsertindex_interface.h \
+       diatoc_callbacks.c  \
+       diatoc_interface.c  \
+       diatoc_callbacks.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 \