From b3df216d6557b5bacee310d38fc10c372841bc51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 24 Jul 2001 23:42:46 +0000 Subject: [PATCH] add files to extra dist git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2334 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/insets/Makefile.am b/src/insets/Makefile.am index f6920f97ff..8862674096 100644 --- a/src/insets/Makefile.am +++ b/src/insets/Makefile.am @@ -7,6 +7,16 @@ ETAGS_ARGS = --lang=c++ BOOST_INCLUDES = -I$(top_srcdir)/boost INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES) +EXTRA_DIST = \ + insetinfo.C \ + insetinfo.h \ + insetlist.C \ + insetlist.h \ + insetsection.h \ + insetsection.C \ + insettheorem.C \ + insettheorem.h + libinsets_la_SOURCES = \ ExternalTemplate.C \ ExternalTemplate.h \ -- 2.39.5