~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-05 19:01:20 UTC
  • mto: (266.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: monty@inaugust.com-20080805190120-tsuziqz2mfqcw7pe
Removed libmysyslt.la, made mysys a noinst_ and made everything use it. It's
not a standalone lib, there's no reason to pretend otherwise.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
pkglib_LTLIBRARIES = libdrizzle.la
35
35
libdrizzle_la_SOURCES = libdrizzle.c client.c local_infile.c net_serv.c get_password.c
36
36
libdrizzle_la_LIBADD =  ${sql_cmn_objects} ${sqlobjects} \
37
 
                        ${top_builddir}/mysys/libmysyslt.la \
 
37
                        ${top_builddir}/mysys/libmysys.la \
38
38
                        ${top_builddir}/mystrings/libmystringslt.la \
39
39
                        libsqlcommon.la \
40
40
                        ${top_builddir}/vio/libviolt.la