~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/tests/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-31 20:51:18 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: monty@inaugust.com-20080731205118-x9n9u2om5tlnipe5
Couple of make distcheck oriented fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir=           $(prefix)
19
19
 
20
 
LDADD =                 $(top_builddir)/strings/libmysyslt.la \
21
 
                        $(top_builddir)/strings/libmystrings.la
 
20
LDADD =                 $(top_builddir)/mysys/libmysyslt.la \
 
21
                        $(top_builddir)/mystrings/libmystrings.la
22
22
 
23
23
DEFS =                  -DMAIN \
24
24
                        -DDEFAULT_BASEDIR=\"$(prefix)\" \
37
37
 
38
38
str_test_SOURCES = str_test.c 
39
39
uctypedump_SOURCES = uctypedump.c
40
 
test_decimal_SOURCES = ${top_srcdir}/strings/decimal.c
 
40
test_decimal_SOURCES = ${top_srcdir}/mystrings/decimal.c