~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/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:
20
20
 
21
21
LDADD=                  libmyisamutil.la \
22
22
                        libmyisamnone.la \
23
 
                        $(top_builddir)/mysys/libmysyslt.la \
 
23
                        $(top_builddir)/mysys/libmysys.la \
24
24
                        $(top_builddir)/mystrings/libmystringslt.la -lz
25
25
 
26
26
DEFS =                  @DEFS@