Changeset 149 for trunk/test/Makefile.am
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r145 r149 5 5 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 6 6 # 7 # This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat7 # This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 8 8 # 9 # svn stat is free software; you can redistribute it and/or modify it9 # svndigest is free software; you can redistribute it and/or modify it 10 10 # under the terms of the GNU General Public License as published by 11 11 # the Free Software Foundation; either version 2 of the License, or 12 12 # (at your option) any later version. 13 13 # 14 # svn stat is distributed in the hope that it will be useful, but14 # svndigest is distributed in the hope that it will be useful, but 15 15 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU … … 26 26 check_PROGRAMS = $(TESTS) 27 27 28 LDADD = @top_srcdir@/lib/libsvn stat.a -L$(APR_PATH)/lib \28 LDADD = @top_srcdir@/lib/libsvndigest.a -L$(APR_PATH)/lib \ 29 29 -lsvn_client-1 -lsvn_diff-1 -lsvn_ra-1 -lsvn_subr-1 -lsvn_wc-1 -lapr-0 30 30
Note: See TracChangeset
for help on using the changeset viewer.