~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-02 16:33:43 UTC
  • mfrom: (632.1.19 devel)
  • Revision ID: brian@tangent.org-20081202163343-007ifg17p0lvjga7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                        viosocket.c
58
58
 
59
59
libdrizzle_la_LDFLAGS = -version-info @SHARED_LIB_VERSION@ @LD_VERSION_SCRIPT@
60
 
libdrizzle_la_LIBS = ${Z_LIBS}
 
60
libdrizzle_la_LIBADD = $(Z_LIBS)
61
61
 
62
62
DEFS =                  -DDEFAULT_CHARSET_HOME="\"$(MYSQLBASEdir)\"" \
63
63
                        -DDATADIR="\"$(MYSQLDATAdir)\"" \