mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed typo caused autobuild failure with "make dist"
server-tools/instance-manager/Makefile.am: fixed typo
This commit is contained in:
@ -11,7 +11,7 @@ liboptions_a_CPPFLAGS= $(CPPFLAGS) \
|
||||
-DDEFAULT_LOG_FILE_NAME="$(localstatedir)/mysqlmanager.log" \
|
||||
-DDEFAULT_SOCKET_FILE_NAME="$(localstatedir)/mysqlmanager.sock"
|
||||
|
||||
liboptions_a_SOURCES= otpions.h options.cc
|
||||
liboptions_a_SOURCES= options.h options.cc
|
||||
|
||||
bin_PROGRAMS = mysqlmanager
|
||||
|
||||
|
Reference in New Issue
Block a user