]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / insets / Makefile.am
index a2599e084497387f84c9ed9df69306acbd7c51a3..9b29c5ed9f1521b0ed2fb48a235ead3a56c6a32b 100644 (file)
@@ -1,31 +1,32 @@
-AUTOMAKE_OPTIONS = foreign
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-noinst_LTLIBRARIES = libinsets.o
-LIBS =
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+include $(top_srcdir)/config/common.am
+
+noinst_LTLIBRARIES = libinsets.la
+
+INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = \
        insetlist.C \
        insetlist.h \
-       insetsection.h \
-       insetsection.C \
        insettheorem.C \
        insettheorem.h
 
-libinsets_o_SOURCES = \
+libinsets_la_SOURCES = \
+       mailinset.C \
+       mailinset.h \
        ExternalTemplate.C \
        ExternalTemplate.h \
-       figinset.C \
-       figinset.h \
+       renderers.C \
+       renderers.h \
        inset.C \
        inset.h \
-       insetbib.C \
-       insetbib.h \
-       insetbutton.C \
-       insetbutton.h \
+       insetbase.h \
+       insetbase.C \
+       insetbibitem.C \
+       insetbibitem.h \
+       insetbibtex.C \
+       insetbibtex.h \
+       insetbranch.C \
+       insetbranch.h \
        insetcaption.C \
        insetcaption.h \
        insetcite.C \
@@ -34,8 +35,10 @@ libinsets_o_SOURCES = \
        insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
-       inseterror.C \
-       inseterror.h \
+       insetcommandparams.C \
+       insetcommandparams.h \
+       insetenv.C \
+       insetenv.h \
        insetert.C \
        insetert.h \
        insetexternal.C \
@@ -52,6 +55,8 @@ libinsets_o_SOURCES = \
        insetgraphicsParams.C \
        insetgraphics.C \
        insetgraphics.h \
+       insethfill.C \
+       insethfill.h \
        insetinclude.C \
        insetinclude.h \
        insetindex.C \
@@ -64,14 +69,18 @@ libinsets_o_SOURCES = \
        insetmarginal.C \
        insetminipage.C \
        insetminipage.h \
+       insetnewline.C \
+       insetnewline.h \
        insetnote.C \
        insetnote.h \
-       insetparent.C \
-       insetparent.h \
+       insetoptarg.C \
+       insetoptarg.h \
        insetquotes.C \
        insetquotes.h \
        insetref.C \
        insetref.h \
+       insetspace.C \
+       insetspace.h \
        insetspecialchar.C \
        insetspecialchar.h \
        insettabular.C \
@@ -81,7 +90,11 @@ libinsets_o_SOURCES = \
        insettoc.C \
        insettoc.h \
        inseturl.C \
-       inseturl.h
+       inseturl.h \
+       insetwrap.h \
+       insetwrap.C \
+       updatableinset.C \
+       updatableinset.h
 #      insetlist.C \
 #      insetlist.h \
 #      insetsection.h \