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
1 noinst_LIBRARIES = libmailMysql.a 1 noinst_LIBRARIES = @BUILD_LIBMYSQL@
2 EXTRA_LIBRARIES = libmailMysql.a
2 3
3 libmailMysql_a_SOURCES = MySql.c 4 libmailMysql_a_SOURCES = MySql.c
4 5
......