]> 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 e40daf97403ca06640138e9ab7f68ffb0b1974e9..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 \