summaryrefslogtreecommitdiff
path: root/unittest/examples
diff options
context:
space:
mode:
authorjimw@mysql.com <>2006-04-13 13:01:57 -0700
committerjimw@mysql.com <>2006-04-13 13:01:57 -0700
commit0ed6517ab89e8d540c823a1b5fbfa726eb2be556 (patch)
treec1e9f2b1d43080af258cb346f4df22c09ced3b56 /unittest/examples
parent66c29e0f498ed5f91da4dda8b51de28f790ba043 (diff)
downloadmariadb-git-0ed6517ab89e8d540c823a1b5fbfa726eb2be556.tar.gz
Fix 'make distcheck' problems with new unittest code, and a small
portability problem.
Diffstat (limited to 'unittest/examples')
-rw-r--r--unittest/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am
index 2e48ab8d9b3..7990777d5b6 100644
--- a/unittest/examples/Makefile.am
+++ b/unittest/examples/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
-AM_CPPFLAGS += -I$(top_builddir)/unittest/mytap
+AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap