mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fix for make distcheck
This commit is contained in:
parent
d9e551672d
commit
dc3e7bdc87
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
|
||||
AM_CPPFLAGS += -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include -I$(srcdir)/.. -I$(top_srcdir)/include
|
||||
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue