- Timestamp:
- Jul 13, 2020, 3:10:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/test/Makefile.am
r1581 r1607 75 75 76 76 ## graph test needs to link against Graph class 77 graph_test_LDADD = $(LDADD) $(top_builddir)/lib/libsvndigest.a 77 graph_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) 78 82 79 83 ## we need to link in some object files from bin/
Note: See TracChangeset
for help on using the changeset viewer.