]> 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 88626740964937cded08ff799b4235f22c430c3f..8817b75e0621e0de168f9904b4b8bc1cdad22597 100644 (file)
@@ -1,15 +1,10 @@
-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 = \
-       insetinfo.C \
-       insetinfo.h \
        insetlist.C \
        insetlist.h \
        insetsection.h \
@@ -20,8 +15,6 @@ EXTRA_DIST = \
 libinsets_la_SOURCES = \
        ExternalTemplate.C \
        ExternalTemplate.h \
-       figinset.C \
-       figinset.h \
        inset.C \
        inset.h \
        insetbib.C \