~mysql/myodbc/3.51

« back to all changes in this revision

Viewing changes to installer/Makefile.am

  • Committer: lawrin
  • Date: 2012-02-01 21:57:31 UTC
  • Revision ID: lawrenty.novitsky@oracle.com-20120201215731-05247vniwixy2yd9
Patch for the Bug#13647492. Driver does not understand individual names of options under which they are saved by the setup lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
bin_PROGRAMS = myodbc3i
48
48
myodbc3i_SOURCES = myodbc3i.c
49
 
myodbc3i_LDADD        = ../util/libmyodbc3u.la @DL_LIB@
 
49
myodbc3i_LDADD        = ../util/libmyodbc3u.la @DL_LIB@ @MYSQL_LIB@
50
50
myodbc3i_DEPENDENCIES = ../util/libmyodbc3u.la
51
51
 
52
52
# LDFLAGS=@EXTRA_LDFLAGS@