mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
eb485ecedc
Move -lmystrings after -ldbug, to define strmov() on HP-UX unittest/mysys/Makefile.am: Move -lmystrings after -ldbug, to define strmov() on HP-UX
15 lines
438 B
Makefile
15 lines
438 B
Makefile
|
|
AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include
|
|
AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
|
|
|
|
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys
|
|
AM_LDFLAGS += -L$(top_builddir)/strings -L$(top_builddir)/dbug
|
|
|
|
LDADD = -lmytap -lmysys -ldbug -lmystrings
|
|
|
|
noinst_PROGRAMS = bitmap.t base64.t
|
|
|
|
bitmap_t_SOURCES = bitmap.t.c
|
|
|
|
base64_t_SOURCES = base64.t.c
|
|
|