~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-09-14 19:39:48 UTC
  • mfrom: (383.1.43 client-split)
  • Revision ID: monty@inaugust.com-20080914193948-ns2p0lts4qtsqx7n
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# This file is public domain and comes with NO WARRANTY of any kind
17
17
 
18
18
LDADD=                  $(top_builddir)/libdrizzle/libdrizzle.la \
 
19
                        $(top_builddir)/mysys/libmysys.la \
 
20
                        $(top_builddir)/mystrings/libmystrings.la \
19
21
                        $(LIBINTL) -lz
20
22
 
21
23