]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Makefile.am
separate insetcommand.[Ch] into two files
[lyx.git] / src / insets / Makefile.am
index 8ef545437a4c821d67731edc3f1fde438050239b..4063687fbd3998c025999ac0548c1151c0a66a42 100644 (file)
@@ -1,11 +1,8 @@
-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 \
@@ -18,8 +15,6 @@ EXTRA_DIST = \
 libinsets_la_SOURCES = \
        ExternalTemplate.C \
        ExternalTemplate.h \
-       figinset.C \
-       figinset.h \
        inset.C \
        inset.h \
        insetbib.C \
@@ -34,6 +29,8 @@ libinsets_la_SOURCES = \
        insetcollapsable.h \
        insetcommand.C \
        insetcommand.h \
+       insetcommandparams.C \
+       insetcommandparams.h \
        inseterror.C \
        inseterror.h \
        insetert.C \