~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-09 22:21:43 UTC
  • mfrom: (77.1.56 codestyle)
  • Revision ID: brian@tangent.org-20080709222143-xkqmyqv2442iizyy
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                                -I$(top_srcdir)/server \
22
22
                                -I$(top_srcdir)/strings
23
23
 
24
 
LIBS =                          @CLIENT_LIBS@ -lz
25
 
 
26
 
LDADD=                          $(top_builddir)/sql-common/libsqlcommon.la \
27
 
                                $(top_builddir)/libdrizzle/libdrizzle.la -lz
 
24
LDADD=                          $(top_builddir)/libdrizzle/libdrizzle.la -lz
28
25
 
29
26
 
30
27
noinst_HEADERS =                sql_string.h completion_hash.h my_readline.h \
31
28
                                client_priv.h
32
29
 
33
 
EXTRA_DIST =                    get_password.c 
34
 
 
35
30
CLEANFILES =                    $(BUILT_SOURCES)
36
31
 
37
32
bin_PROGRAMS =                  mysql \