mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix for make distcheck
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
|
||||
-I$(top_srcdir)/unittest/mytap -I$(top_srcdir)/include
|
||||
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
||||
|
||||
|
Reference in New Issue
Block a user