~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittest/mysys/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
AM_CPPFLAGS     += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
18
18
 
19
19
LDADD           = $(top_builddir)/unittest/mytap/libmytap.a \
20
 
                  $(top_builddir)/mysys/libmysys.a \
21
 
                  $(top_builddir)/dbug/libdbug.a \
22
 
                  $(top_builddir)/strings/libmystrings.a
 
20
                  $(top_builddir)/mysys/libmysyslt.la \
 
21
                  $(top_builddir)/dbug/libdbuglt.la \
 
22
                  $(top_builddir)/strings/libmystringslt.la \
 
23
                  -lz
23
24
 
24
25
noinst_PROGRAMS  = bitmap-t base64-t
25
26
 
26
27
EXTRA_DIST       = CMakeLists.txt 
27
 
 
28
 
# Don't update the files from bitkeeper
29
 
%::SCCS/s.%