~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/tests/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:
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir=           $(prefix)
19
19
 
20
 
LDADD =                 $(top_builddir)/mysys/libmysyslt.la \
 
20
LDADD =                 $(top_builddir)/mysys/libmysys.la \
21
21
                        $(top_builddir)/mystrings/libmystrings.la
22
22
 
23
23
DEFS =                  -DMAIN \