1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Makefile.am:

Corrected typo


libmysql_r/Makefile.am:
  Corrected typo
This commit is contained in:
unknown
2007-09-26 19:41:46 +02:00
parent d8352a39ee
commit 4a0e561f49

View File

@@ -29,7 +29,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
## automake barfs if you don't use $(srcdir) or $(top_srcdir) in include
include $(top_srcdir)/libmysql/Makefile.shared
no_dist_libmysqlclient_r_la_SOURCES = $(target_sources)
nodist_libmysqlclient_r_la_SOURCES = $(target_sources)
libmysqlclient_r_la_LIBADD = $(target_libadd) $(yassl_las)
libmysqlclient_r_la_LDFLAGS = $(target_ldflags)