~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-18 20:10:26 UTC
  • mfrom: (51.3.29 remove-dbug)
  • Revision ID: brian@tangent.org-20080718201026-tto5golt0xhwqe4a
Merging in Jay's final patch on dbug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
if BUILD_DBUG
17
 
  d_dbug = $(top_builddir)/dbug/libdbug.la
18
 
endif
19
 
 
20
16
MYSQLDATAdir =          $(localstatedir)
21
17
MYSQLSHAREdir =         $(pkgdatadir)
22
18
MYSQLBASEdir=           $(prefix)
23
19
AM_CPPFLAGS =           -I$(top_builddir)/include \
24
20
                        -I$(top_srcdir)/include -I$(srcdir)  \
25
21
                        -I$(top_srcdir)/mysys
26
 
LDADD =                 $(top_builddir)/mysys/libmysyslt.la $(top_builddir)/strings/libmystrings.la $(d_dbug)
 
22
LDADD =                 $(top_builddir)/mysys/libmysyslt.la $(top_builddir)/strings/libmystrings.la
27
23
 
28
24
DEFS =                  -DMAIN \
29
25
                        -DDEFAULT_BASEDIR=\"$(prefix)\" \