~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/tests/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-05 19:32:59 UTC
  • mfrom: (53.2.28 codestyle)
  • Revision ID: brian@tangent.org-20080705193259-opqzfb0oprfcg8dm
Merge from Monty's 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)\" \