~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-09 19:33:54 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: monty@inaugust.com-20080709193354-vi0pemwf40galnll
First step of sql-common removal (the cheap way) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
LIBS =                          @CLIENT_LIBS@ -lz
25
25
 
26
 
LDADD=                          $(top_builddir)/sql-common/libsqlcommon.la \
27
 
                                $(top_builddir)/libdrizzle/libdrizzle.la -lz
 
26
LDADD=                          $(top_builddir)/libdrizzle/libdrizzle.la -lz
28
27
 
29
28
 
30
29
noinst_HEADERS =                sql_string.h completion_hash.h my_readline.h \