]> 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 39098b6a14983c7ac01fa7f104b2fd70b85a758b..7a0c1f634aaefc609961cfe014161daae617b27c 100644 (file)
@@ -2,9 +2,10 @@ 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 \
@@ -18,6 +19,8 @@ libgnome_la_OBJADD = \
        ../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 \
@@ -73,7 +76,8 @@ libgnome_la_SOURCES = \
        diainsertcitation_interface.c \
        diainsertcitation_interface.h \
        diainsertcitation_callbacks.c \
-       diainsertcitation_callbacks.h 
+       diainsertcitation_callbacks.h \
+       pixbutton.h
 
 # These still have to be added. Sooner or later. ARRae-20000411
 #      GUI_defaults.C \