~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:48:15 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705184815-tpoj3z762hoh8t6p
Added an automake conditional to not build the dbug dir, since I don't want to keep seeing errors for it while cleaning up other parts of the tree. 

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
 
 
 
16
if BUILD_DBUG
 
17
  d_dbug = $(top_builddir)/dbug/libdbug.la
 
18
endif
17
19
 
18
20
MYSQLDATAdir =          $(localstatedir)
19
21
MYSQLSHAREdir =         $(pkgdatadir)
23
25
                        -I$(top_srcdir)/strings
24
26
LDADD =                 $(top_builddir)/strings/libmysyslt.la \
25
27
                        $(top_builddir)/strings/libmystrings.la \
26
 
                        $(top_builddir)/dbug/libdbug.la
 
28
                        $(d_dbug)
27
29
 
28
30
DEFS =                  -DMAIN \
29
31
                        -DDEFAULT_BASEDIR=\"$(prefix)\" \