Changeset 145
- Timestamp:
- 02/17/06 05:26:19 (3 years ago)
- Files:
-
- fastphoto/trunk/src/Makefile.am (modified) (2 diffs)
- fastphoto/trunk/src/httpdate_test.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fastphoto/trunk/src/Makefile.am
r142 r145 4 4 5 5 bin_PROGRAMS = fastphoto 6 noinst_PROGRAMS = httpdate_test 6 7 7 8 noinst_HEADERS = alloc_snprintf.h cache.h cgi.h header.h httpdate.h photo.h resize.h … … 9 10 fastphoto_SOURCES = main.c alloc_snprintf.c cache.c cgi.c header.c httpdate.c photo.c resize.c 10 11 fastphoto_LDADD = $(EPEG_LIBS) 12 13 httpdate_test_SOURCES = httpdate.c httpdate_test.c
