~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-09 02:24:34 UTC
  • mto: (266.1.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: monty@inaugust.com-20080809022434-97na8pnugghskxip
Removed mystringslt conv lib and replaced it with a noinst lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
noinst_PROGRAMS =       resolve_stack_dump
31
31
 
32
32
LDADD=                  $(top_builddir)/mysys/libmysys.la \
33
 
                        $(top_builddir)/mystrings/libmystringslt.la \
 
33
                        $(top_builddir)/mystrings/libmystrings.la \
34
34
                        $(LIBINTL)
35
35
 
36
36