1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix 'make distcheck' problems with new unittest code, and a small

portability problem.
This commit is contained in:
jimw@mysql.com
2006-04-13 13:01:57 -07:00
parent 66c29e0f49
commit 0ed6517ab8
6 changed files with 13 additions and 6 deletions

View File

@ -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