Add CMakeLists.txt files to dist tarball generated by autotools

This is half of the work to align the cmake and autotools generated dist tarballs.
What's missing in the cmake dist tarball on my system are all the files generated
or installed by running autogen.sh. I can't test this because cmake can't run
my version of automake (1.15), or at least our CMake configuration prevents this from happening.
This commit is contained in:
Geert Janssens
2017-07-10 20:06:31 +02:00
parent e67f45003b
commit b1f9f80110
161 changed files with 335 additions and 119 deletions

View File

@@ -4,5 +4,5 @@ else
SUBDIRS = libc
endif
EXTRA_DIST = README
EXTRA_DIST = README CMakeLists.txt

View File

@@ -17,7 +17,8 @@ EXTRA_libc_missing_la_SOURCES = \
localtime_r.c \
setenv.c \
strfmon.c \
strptime.c
strptime.c \
CMakeLists.txt
# This will automatically be filled in with the necessary object file
# names. Configure does this based upon the AC_REPLACE_FUNCS macros.

View File

@@ -10,4 +10,4 @@ libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
AM_CPPFLAGS = $(GOFFICE_CFLAGS)
EXTRA_DIST = $(REALSRCS) $(REALHDRS)
EXTRA_DIST = $(REALSRCS) $(REALHDRS) CMakeLists.txt