]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
fix compilation pb ; update eu.po
[lyx.git] / src / insets / Makefile.am
index 9574baa198956add64b70979ddf8e9fe4782bf59..aa39a5d659c6b06c6f18b0744fa2350d2458c19e 100644 (file)
@@ -4,16 +4,14 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 noinst_LTLIBRARIES = libinsets.la
 LIBS =
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
 
 libinsets_la_SOURCES = \
-       BoundingBox.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
        figinset.C \
        figinset.h \
-       form_graphics.C \
-       form_graphics.h \
        inset.C \
        insetbib.C \
        insetbib.h \
@@ -71,10 +69,10 @@ libinsets_la_SOURCES = \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
-       insettheorem.C \
-       insettheorem.h \
        insettext.C \
        insettext.h \
+       insettheorem.C \
+       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \