Changeset 1904

Show
Ignore:
Timestamp:
08/26/08 11:48:42 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1903 r1904  
     12008-08-26  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cget/Makefile.am (cget_LDADD): Added libcherokee-base.la to the 
     4        linking paramater of cget. This missing parameter might have 
     5        something to do with a compilation issue on LinuxFromScratch. 
     6 
    172008-08-25  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    28 
  • cherokee/trunk/cget/Makefile.am

    r1465 r1904  
    1313$(TLS_LIBS) \ 
    1414$(PTHREAD_LIBS) \ 
     15../cherokee/libcherokee-base.la \ 
    1516../cherokee/libcherokee-client.la  
    1617