add files to extra dist

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2334 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-07-24 23:42:46 +00:00
parent 68486ed909
commit b3df216d65

View File

@ -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 \