mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
78224d023a
unittest/examples/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS unittest/mytap/t/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS
13 lines
250 B
Makefile
13 lines
250 B
Makefile
|
|
AM_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include
|
|
AM_CPPFLAGS += -I$(srcdir)/..
|
|
|
|
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
|
|
|
|
LDADD = -lmytap
|
|
|
|
noinst_PROGRAMS = basic.t
|
|
|
|
basic_t_SOURCES = basic.t.c
|
|
|
|
all: $(noinst_PROGRAMS)
|