~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-04-07 20:09:30 UTC
  • mfrom: (971.1.17 mordred)
  • Revision ID: brian@gaz-20090407200930-27jkul7lkwkjs2to
Merge from Monty

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