~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
drizzletest_LDADD =             ${LDADD} $(PCRE_LIBS)
59
59
drizzletest_CXXFLAGS =          ${AM_CXXFLAGS} $(PCRE_CFLAGS)
60
60
 
61
 
DEFS =  -DDEFAULT_MYSQL_HOME="\"$(prefix)\"" \
 
61
DEFS =  -DDEFAULT_DRIZZLE_HOME="\"$(prefix)\"" \
62
62
        -DDATADIR="\"$(localstatedir)\"" \
63
63
        -DLOCALEDIR=\"$(localedir)\" @DEFS@