~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Toru Maesaka
  • Date: 2009-04-07 05:59:00 UTC
  • mto: (971.1.16 mordred)
  • mto: This revision was merged to the branch mainline in revision 978.
  • Revision ID: dev@torum.net-20090407055900-rdp6r96jbk9f9pgv
Remove drizzleadmin from the repository and fix the test suite for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
CLEANFILES =            $(BUILT_SOURCES)
29
29
 
30
30
bin_PROGRAMS =                  drizzle \
31
 
                                drizzleadmin \
32
31
                                drizzlecheck \
33
32
                                drizzledump \
34
33
                                drizzleimport \
41
40
drizzle_SOURCES=                drizzle.cc readline.cc
42
41
drizzle_LDADD=                  ${LDADD} ${READLINE_LIBS}
43
42
 
44
 
drizzleadmin_SOURCES=           drizzleadmin.cc
45
 
 
46
43
drizzlecheck_SOURCES =          drizzlecheck.cc
47
44
 
48
45
drizzledump_SOURCES=            drizzledump.cc