Commit e8a5d25b authored by unknown's avatar unknown
Browse files

Rename cmakelists.txt -> CMakeLists.txt

parent 77dedc31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign

# These are built from source in the Docs directory
EXTRA_DIST =		INSTALL-SOURCE INSTALL-WIN-SOURCE \
			README COPYING EXCEPTIONS-CLIENT cmakelists.txt
			README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
SUBDIRS =		. include @docs_dirs@ @zlib_dir@ \
			@readline_topdir@ sql-common \
			@thread_dirs@ pstack \
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ strings_src=decimal.c
DEFS =			-DUNDEF_THREADS_HACK \
			-DDEFAULT_MYSQL_HOME="\"$(prefix)\"" \
			-DDATADIR="\"$(localstatedir)\"" 
EXTRA_DIST =		get_password.c cmakelists.txt
EXTRA_DIST =		get_password.c CMakeLists.txt

link_sources:
	for f in $(sql_src) ; do \
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LDADD = libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a
pkglib_LIBRARIES =      libdbug.a
noinst_HEADERS =        dbug_long.h
libdbug_a_SOURCES =     dbug.c sanity.c
EXTRA_DIST =            cmakelists.txt example1.c example2.c example3.c \
EXTRA_DIST =            CMakeLists.txt example1.c example2.c example3.c \
                        user.r monty.doc dbug_add_tags.pl \
                        my_main.c main.c factorial.c dbug_analyze.c
NROFF_INC =             example1.r example2.r example3.r main.r \
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ $(top_builddir)/include/sql_state.h: $(top_builddir)/include/mysqld_error.h
bin_PROGRAMS =		replace comp_err perror resolveip my_print_defaults \
			resolve_stack_dump mysql_waitpid innochecksum
noinst_PROGRAMS =	charset2html
EXTRA_DIST =		cmakelists.txt
EXTRA_DIST =		CMakeLists.txt

perror.o: perror.c 
	$(COMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $<
+1 −1
Original line number Diff line number Diff line
SUBDIRS = taocrypt src testsuite
EXTRA_DIST = yassl.dsp yassl.dsw yassl.vcproj $(wildcard mySTL/*.hpp) \
	     cmakelists.txt
	     CMakeLists.txt
Loading