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:
parent
100ce184d8
commit
f941f8d968
11 changed files with 21 additions and 7 deletions
|
|
@ -30,7 +30,8 @@ EXTRA_DIST = \
|
|||
ChangeLog \
|
||||
libtool \
|
||||
configure.ac \
|
||||
TODO
|
||||
TODO \
|
||||
CMakeLists.txt
|
||||
|
||||
DISTCLEANFILES = \
|
||||
$(CONFIG_CACHE) \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ DATAFILES = \
|
|||
select.exp
|
||||
|
||||
EXTRA_DIST = \
|
||||
${DATAFILES}
|
||||
${DATAFILES} \
|
||||
CMakeLists.txt
|
||||
|
||||
datafilesdir = $(SCL_DATA)/data
|
||||
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
SUBDIRS = man
|
||||
|
||||
include $(top_srcdir)/misc/Makefile.defs
|
||||
|
||||
EXTRA_DIST=CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ noinst_HEADERS = \
|
|||
|
||||
|
||||
include $(top_srcdir)/misc/Makefile.defs
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -44,7 +44,8 @@ noinst_HEADERS = \
|
|||
EXTRA_DIST = \
|
||||
ErrorMap.cc \
|
||||
ErrorRpt.cc \
|
||||
StrUtil.cc
|
||||
StrUtil.cc \
|
||||
CMakeLists.txt
|
||||
|
||||
include $(top_srcdir)/misc/Makefile.defs
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ noinst_HEADERS = \
|
|||
s_HEADER_SCHEMA.h \
|
||||
seeinfodefault.h
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
||||
include $(top_srcdir)/misc/Makefile.defs
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ noinst_HEADERS = \
|
|||
|
||||
|
||||
EXTRA_DIST = \
|
||||
README
|
||||
README \
|
||||
CMakeLists.txt
|
||||
|
||||
include $(top_srcdir)/misc/Makefile.defs
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@ libexppp_la_LIBADD = \
|
|||
libexppp_nil.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
README
|
||||
README \
|
||||
CMakeLists.txt
|
||||
|
||||
DEPS = src/express
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,8 @@ BUILT_SOURCES = \
|
|||
EXTRA_DIST = \
|
||||
$(BUILT_SOURCES) \
|
||||
README \
|
||||
Changes
|
||||
Changes \
|
||||
CMakeLists.txt
|
||||
|
||||
DISTCLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,8 @@ noinst_HEADERS = \
|
|||
classes.h \
|
||||
complexSupport.h
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
||||
DEPS = \
|
||||
src/express \
|
||||
src/exppp
|
||||
|
|
|
|||
Loading…
Reference in a new issue