Add CMakeLists.txt to EXTRA_DIST.

git-svn-id: https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk/src/other/step@44740 2f96ce8b-6d43-0410-b8df-bffccc660ffb
This commit is contained in:
erikgreenwald 2011-06-06 18:40:56 +00:00 committed by Mark Pictor
parent 100ce184d8
commit f941f8d968
11 changed files with 21 additions and 7 deletions

View file

@ -30,7 +30,8 @@ EXTRA_DIST = \
ChangeLog \
libtool \
configure.ac \
TODO
TODO \
CMakeLists.txt
DISTCLEANFILES = \
$(CONFIG_CACHE) \

View file

@ -9,7 +9,8 @@ DATAFILES = \
select.exp
EXTRA_DIST = \
${DATAFILES}
${DATAFILES} \
CMakeLists.txt
datafilesdir = $(SCL_DATA)/data

View file

@ -2,3 +2,5 @@
SUBDIRS = man
include $(top_srcdir)/misc/Makefile.defs
EXTRA_DIST=CMakeLists.txt

View file

@ -15,3 +15,5 @@ noinst_HEADERS = \
include $(top_srcdir)/misc/Makefile.defs
EXTRA_DIST = CMakeLists.txt

View file

@ -44,7 +44,8 @@ noinst_HEADERS = \
EXTRA_DIST = \
ErrorMap.cc \
ErrorRpt.cc \
StrUtil.cc
StrUtil.cc \
CMakeLists.txt
include $(top_srcdir)/misc/Makefile.defs

View file

@ -46,6 +46,7 @@ noinst_HEADERS = \
s_HEADER_SCHEMA.h \
seeinfodefault.h
EXTRA_DIST = CMakeLists.txt
include $(top_srcdir)/misc/Makefile.defs

View file

@ -77,7 +77,8 @@ EXTRA_DIST = \
ExpDict.h.s \
README \
dict-pic.txt \
notes.txt
notes.txt \
CMakeLists.txt
include $(top_srcdir)/misc/Makefile.defs

View file

@ -39,7 +39,8 @@ noinst_HEADERS = \
EXTRA_DIST = \
README
README \
CMakeLists.txt
include $(top_srcdir)/misc/Makefile.defs

View file

@ -27,7 +27,8 @@ libexppp_la_LIBADD = \
libexppp_nil.la
EXTRA_DIST = \
README
README \
CMakeLists.txt
DEPS = src/express

View file

@ -68,7 +68,8 @@ BUILT_SOURCES = \
EXTRA_DIST = \
$(BUILT_SOURCES) \
README \
Changes
Changes \
CMakeLists.txt
DISTCLEANFILES = $(BUILT_SOURCES)

View file

@ -52,6 +52,8 @@ noinst_HEADERS = \
classes.h \
complexSupport.h
EXTRA_DIST = CMakeLists.txt
DEPS = \
src/express \
src/exppp