]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
fix typo that put too many include paths for most people
[lyx.git] / src / insets / Makefile.am
index 89a70b885ddd51d622327e048604ac532fc9bce0..8817b75e0621e0de168f9904b4b8bc1cdad22597 100644 (file)
@@ -1,21 +1,22 @@
-AUTOMAKE_OPTIONS = foreign
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
 noinst_LTLIBRARIES = libinsets.la
-LIBS =
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+INCLUDES = -I$(srcdir)/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+EXTRA_DIST = \
+       insetlist.C \
+       insetlist.h \
+       insetsection.h \
+       insetsection.C \
+       insettheorem.C \
+       insettheorem.h
 
 libinsets_la_SOURCES = \
-       BoundingBox.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
-       figinset.C \
-       figinset.h \
-       form_graphics.C \
-       form_graphics.h \
        inset.C \
+       inset.h \
        insetbib.C \
        insetbib.h \
        insetbutton.C \
@@ -36,6 +37,8 @@ libinsets_la_SOURCES = \
        insetexternal.h \
        insetfloat.h \
        insetfloat.C \
+       insetfloatlist.C \
+       insetfloatlist.h \
        insetfoot.C \
        insetfoot.h \
        insetfootlike.C \
@@ -48,36 +51,35 @@ libinsets_la_SOURCES = \
        insetinclude.h \
        insetindex.C \
        insetindex.h \
-       insetinfo.C \
-       insetinfo.h \
        insetlabel.C \
        insetlabel.h \
        insetlatexaccent.C \
        insetlatexaccent.h \
-       insetlist.C \
-       insetlist.h \
        insetmarginal.h \
        insetmarginal.C \
        insetminipage.C \
        insetminipage.h \
+       insetnote.C \
+       insetnote.h \
        insetparent.C \
        insetparent.h \
        insetquotes.C \
        insetquotes.h \
        insetref.C \
        insetref.h \
-       insetsection.h \
-       insetsection.C \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
        insettabular.h \
        insettext.C \
        insettext.h \
-       insettheorem.C \
-       insettheorem.h \
        insettoc.C \
        insettoc.h \
        inseturl.C \
-       inseturl.h \
-       lyxinset.h
+       inseturl.h
+#      insetlist.C \
+#      insetlist.h \
+#      insetsection.h \
+#      insetsection.C \
+#      insettheorem.C \
+#      insettheorem.h \