Changeset 145

Show
Ignore:
Timestamp:
02/17/06 05:26:19 (3 years ago)
Author:
conrad
Message:

add httpdate_test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/src/Makefile.am

    r142 r145  
    44 
    55bin_PROGRAMS = fastphoto 
     6noinst_PROGRAMS = httpdate_test 
    67 
    78noinst_HEADERS = alloc_snprintf.h cache.h cgi.h header.h httpdate.h photo.h resize.h 
     
    910fastphoto_SOURCES = main.c alloc_snprintf.c cache.c cgi.c header.c httpdate.c photo.c resize.c 
    1011fastphoto_LDADD = $(EPEG_LIBS) 
     12 
     13httpdate_test_SOURCES = httpdate.c httpdate_test.c