~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Super-User
  • Date: 2008-11-24 22:51:33 UTC
  • mto: This revision was merged to the branch mainline in revision 611.
  • Revision ID: root@bitters-20081124225133-rllwss4v51tzx1cf
Yay! Compiles on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
noinst_SCRIPTS =        $(GENSCRIPTS) $(PRESCRIPTS)
29
29
CLEANFILES =            $(GENSCRIPTS) mtr
30
30
noinst_PROGRAMS =       resolve_stack_dump
 
31
resolve_stack_dump_SOURCES = resolve_stack_dump.cc
31
32
 
32
33
LDADD=                  $(top_builddir)/mysys/libmysys.la \
33
34
                        $(top_builddir)/mystrings/libmystrings.la \