Commit 21b19bd4 authored by unknown's avatar unknown

fixed typo caused autobuild failure with "make dist"


server-tools/instance-manager/Makefile.am:
  fixed typo
parent 15ccd961
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment