~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/include.am

  • Committer: LinuxJedi
  • Date: 2010-08-28 19:47:15 UTC
  • mto: (1737.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100828194715-0by4n2t30r5z9wci
Further cleanups based on Monty's comments (also revert a couple of things)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
client_drizzle_SOURCES=         client/drizzle.cc client/linebuffer.cc
41
41
client_drizzle_LDADD=           ${READLINE_LIBS} ${BOOST_LIBS} \
42
 
                                ${CLIENT_LDADD} \
 
42
                                libdrizzle/libdrizzle.la \
43
43
                                $(LIBINTL) \
44
 
                                $(LIBZ)
 
44
                                $(LIBZ) \
 
45
                                client/libgetpassword.la
45
46
 
46
47
client_drizzledump_SOURCES=     client/drizzledump.cc
47
48
client_drizzledump_LDADD=       ${CLIENT_LDADD} ${BOOST_LIBS}