Changeset 1607 for branches


Ignore:
Timestamp:
Jul 13, 2020, 3:10:51 AM (3 years ago)
Author:
Peter Johansson
Message:

fix linking order (higher level libs first), which is less forgiving on ubuntu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.10-stable/test/Makefile.am

    r1581 r1607  
    7575
    7676## graph test needs to link against Graph class
    77 graph_test_LDADD = $(LDADD) $(top_builddir)/lib/libsvndigest.a
     77graph_test_LDADD = $(builddir)/libsvndigesttest.a \
     78  $(top_builddir)/lib/libsvndigest.a \
     79  $(top_builddir)/lib/libsvndigest_core.a \
     80  $(top_builddir)/yat/libyat.a \
     81  $(SVN_LIBS) $(APR_LIBS) $(PLPLOT_LIBS)
    7882
    7983## we need to link in some object files from bin/
Note: See TracChangeset for help on using the changeset viewer.