diff options
author | jimw@mysql.com <> | 2006-04-13 13:01:57 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2006-04-13 13:01:57 -0700 |
commit | 0ed6517ab89e8d540c823a1b5fbfa726eb2be556 (patch) | |
tree | c1e9f2b1d43080af258cb346f4df22c09ced3b56 /unittest/mysys | |
parent | 66c29e0f498ed5f91da4dda8b51de28f790ba043 (diff) | |
download | mariadb-git-0ed6517ab89e8d540c823a1b5fbfa726eb2be556.tar.gz |
Fix 'make distcheck' problems with new unittest code, and a small
portability problem.
Diffstat (limited to 'unittest/mysys')
-rw-r--r-- | unittest/mysys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/Makefile.am b/unittest/mysys/Makefile.am index 248dda84f7e..7cfc8175024 100644 --- a/unittest/mysys/Makefile.am +++ b/unittest/mysys/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include -AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/unittest/mytap +AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys AM_LDFLAGS += -L$(top_builddir)/strings -L$(top_builddir)/dbug |