~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/include.am

  • Committer: Monty Taylor
  • Date: 2010-12-16 02:21:58 UTC
  • mto: (1999.1.3 clean)
  • mto: This revision was merged to the branch mainline in revision 2000.
  • Revision ID: mordred@inaugust.com-20101216022158-m5lnor26c36emaw1
Replaced static error code mapping with a query of data_dictionary.errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
noinst_HEADERS+= \
33
33
                 client/client_priv.h \
34
 
                 client/errname.h \
35
34
                 client/get_password.h \
36
35
                 client/linebuffer.h \
37
36
                 client/conclusions.h \
66
65
client_drizzleslap_LDADD=       ${CLIENT_LDADD} ${BOOST_LIBS}
67
66
client_drizzleslap_CXXFLAGS=    ${AM_CXXFLAGS} ${BOOSTSKIP_WARNINGS}
68
67
 
69
 
client_drizzletest_SOURCES=     client/drizzletest.cc client/errname.cc
 
68
client_drizzletest_SOURCES=     client/drizzletest.cc
70
69
client_drizzletest_LDADD=       ${CLIENT_LDADD} ${BOOST_LIBS} ${LIBPCRE} 
71
70
 
72
71