mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix for a compilation failure: mysqladmin_SOURCES is a needed line
in Makefile.am. client/Makefile.am: by default, if there is no _SOURCES line, it is assumed that the source is a .c file. So for mysqladmin, we really need the _SOURCES line.
This commit is contained in:
parent
d6907923a1
commit
2ae92c6cd2
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ mysql_SOURCES = mysql.cc readline.cc sql_string.cc \
|
|||
completion_hash.cc
|
||||
mysql_LDADD = @readline_link@ @TERMCAP_LIB@ \
|
||||
$(LDADD) $(CXXLDFLAGS)
|
||||
mysqladmin_SOURCES = mysqladmin.cc
|
||||
|
||||
mysqlbinlog_SOURCES = mysqlbinlog.cc \
|
||||
$(top_srcdir)/mysys/mf_tempdir.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue