Makefile.am:

Move -lmystrings after -ldbug, to define strmov() on HP-UX


unittest/mysys/Makefile.am:
  Move -lmystrings after -ldbug, to define strmov() on HP-UX
This commit is contained in:
unknown 2006-04-14 15:34:04 +02:00
commit eb485ecedc

View file

@ -5,7 +5,7 @@ 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 -lmystrings -ldbug
LDADD = -lmytap -lmysys -ldbug -lmystrings
noinst_PROGRAMS = bitmap.t base64.t