~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/include.am

  • Committer: Andrew Hutchings
  • Date: 2010-09-15 20:49:12 UTC
  • mto: (1792.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1793.
  • Revision ID: andrew@linuxjedi.co.uk-20100915204912-f3mkdvmgaozid6bo
Rip out tons of code which I'll probably put back cleaner later
Start the new OO version of the table grabbing with MySQL support

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                $(LIBZ) \
45
45
                                client/libgetpassword.la
46
46
 
47
 
client_drizzledump_SOURCES=     client/drizzledump.cc
 
47
client_drizzledump_SOURCES=     client/drizzledump.cc  client/drizzledump.h
48
48
client_drizzledump_LDADD=       ${CLIENT_LDADD} ${BOOST_LIBS}
49
49
 
50
50
client_drizzleimport_SOURCES=   client/drizzleimport.cc