Changeset 171 for trunk/bin


Ignore:
Timestamp:
Aug 26, 2006, 11:47:43 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixes #72. Introduced libtool to create a static svndigest. Libtool
creates partially static libraries, i.e., links all functions from
static libraries available and performs shared linkage to the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Makefile.am

    r169 r171  
    2828noinst_HEADERS = Parameter.h
    2929
    30 LDADD = @top_srcdir@/lib/libsvndigest.la
     30LDADD =  $(STATICFLAG) @top_srcdir@/lib/libsvndigest.la
    3131
    3232AM_CPPFLAGS = -I@top_srcdir@/lib
Note: See TracChangeset for help on using the changeset viewer.