~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
CLEANFILES =            $(GENSCRIPTS) mtr
30
30
noinst_PROGRAMS =       resolve_stack_dump
31
31
 
32
 
AM_CPPFLAGS =           -I$(top_builddir)/include -I$(top_srcdir)/include \
33
 
                        -I${top_srcdir}/sql
34
32
LDADD=                  $(top_builddir)/mysys/libmysyslt.la \
35
 
                        $(top_builddir)/strings/libmystringslt.la 
 
33
                        $(top_builddir)/mystrings/libmystringslt.la 
36
34
 
37
35
 
38
36