~starbuggers/sakila-server/mysql-5.1-wl820

« back to all changes in this revision

Viewing changes to libmysql/Makefile.am

  • Committer: Antony T Curtis
  • Date: 2008-04-10 06:09:05 UTC
  • mto: (2542.76.4 mysql-5.1-wl820)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: antony@anubis.xiphis.org-20080410060905-itpom5iyz8ae4dhh
Initial import into Bazaar repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
libmysqlclient_la_SOURCES = $(target_sources)
32
32
libmysqlclient_la_LIBADD = $(target_libadd) $(yassl_las)
33
 
libmysqlclient_la_LDFLAGS = $(target_ldflags)
 
33
libmysqlclient_la_LDFLAGS = $(target_ldflags) @LIB_EXTRA_LDFLAGS@
34
34
EXTRA_DIST = Makefile.shared libmysql.def dll.c CMakeLists.txt
35
35
noinst_HEADERS = client_settings.h
36
36