~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-02 13:07:35 UTC
  • mto: (28.2.1 packaging)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702130735-4ok4lzi8bzyvsh31
Removed ZLIB references and the craziness of whether to build the server or not.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
MYSQLDATAdir =          $(localstatedir)
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir=           $(prefix)
19
 
AM_CPPFLAGS =           @ZLIB_INCLUDES@ -I$(top_builddir)/include \
 
19
AM_CPPFLAGS =           -I$(top_builddir)/include \
20
20
                        -I$(top_srcdir)/include -I$(srcdir)  \
21
21
                        -I$(top_srcdir)/mysys
22
22
LDADD =                 $(top_builddir)/mysys/libmysyslt.la $(top_builddir)/strings/libmystrings.la $(top_builddir)/dbug/libdbug.la