mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00
make dist target fixes
This commit is contained in:
@ -30,9 +30,11 @@ SUBDIRS = . include @docs_dirs@ @zlib_dir@ @yassl_dir@ \
|
|||||||
DIST_SUBDIRS = . include @docs_dirs@ zlib \
|
DIST_SUBDIRS = . include @docs_dirs@ zlib \
|
||||||
@readline_topdir@ sql-common \
|
@readline_topdir@ sql-common \
|
||||||
@thread_dirs@ pstack \
|
@thread_dirs@ pstack \
|
||||||
@sql_union_dirs@ scripts @man_dirs@ tests SSL\
|
strings mysys dbug extra regex storage \
|
||||||
BUILD netware os2 @libmysqld_dirs@ \
|
vio sql libmysql_r libmysql client scripts \
|
||||||
@bench_dirs@ support-files @tools_dirs@
|
@man_dirs@ tests SSL\
|
||||||
|
BUILD netware os2 @libmysqld_dirs@\
|
||||||
|
@bench_dirs@ support-files server-tools tools
|
||||||
|
|
||||||
# Relink after clean
|
# Relink after clean
|
||||||
linked_sources = linked_client_sources linked_server_sources \
|
linked_sources = linked_client_sources linked_server_sources \
|
||||||
|
@ -1 +1,2 @@
|
|||||||
SUBDIRS= instance-manager
|
SUBDIRS = . instance-manager
|
||||||
|
DIST_SUBDIRS = . instance-manager
|
||||||
|
@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign
|
|||||||
# These are built from source in the Docs directory
|
# These are built from source in the Docs directory
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
DIST_SUBDIRS =
|
DIST_SUBDIRS = . bdb heap innobase myisam myisammrg ndb
|
||||||
|
|
||||||
# Don't update the files from bitkeeper
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
Reference in New Issue
Block a user