Changeset 149 for trunk/test/Makefile.am


Ignore:
Timestamp:
Aug 12, 2006, 11:11:46 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Changed svnstat to svndigest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r145 r149  
    55# Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
    66#
    7 # This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
     7# This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
    88#
    9 # svnstat is free software; you can redistribute it and/or modify it
     9# svndigest is free software; you can redistribute it and/or modify it
    1010# under the terms of the GNU General Public License as published by
    1111# the Free Software Foundation; either version 2 of the License, or
    1212# (at your option) any later version.
    1313#
    14 # svnstat is distributed in the hope that it will be useful, but
     14# svndigest is distributed in the hope that it will be useful, but
    1515# WITHOUT ANY WARRANTY; without even the implied warranty of
    1616# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     
    2626check_PROGRAMS = $(TESTS)
    2727
    28 LDADD = @top_srcdir@/lib/libsvnstat.a -L$(APR_PATH)/lib \
     28LDADD = @top_srcdir@/lib/libsvndigest.a -L$(APR_PATH)/lib \
    2929  -lsvn_client-1 -lsvn_diff-1 -lsvn_ra-1 -lsvn_subr-1 -lsvn_wc-1 -lapr-0
    3030
Note: See TracChangeset for help on using the changeset viewer.