mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
fixed typo caused autobuild failure with "make dist"
server-tools/instance-manager/Makefile.am: fixed typo
This commit is contained in:
parent
15ccd96103
commit
21b19bd408
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue