Commit 0bf9255a 0bf9255a17078c12f18d75a5c1ff07fdc17928b0 by Sergey Poznyakoff

Use @BUILD_LIBMYSQL@ substitution instead of direct assignment to

noinst_LIBRARIES, so the subdir gets distributed properly.
1 parent 1032fc0d
noinst_LIBRARIES = libmailMysql.a
noinst_LIBRARIES = @BUILD_LIBMYSQL@
EXTRA_LIBRARIES = libmailMysql.a
libmailMysql_a_SOURCES = MySql.c
......