Changeset 94
- Timestamp:
- 02/04/06 16:46:16 (3 years ago)
- Files:
-
- fastphoto/trunk/src/Makefile.am (modified) (1 diff)
- fastphoto/trunk/src/fastphoto.cgi.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fastphoto/trunk/src/Makefile.am
r92 r94 4 4 EPEG_LIBS = -L/usr/local/lib -lepeg 5 5 6 bin_PROGRAMS = fastphoto 6 bin_PROGRAMS = fastphoto fastphoto.cgi 7 7 8 8 noinst_HEADERS = resize.h 9 9 10 fastphoto_SOURCES = resize.c command.c10 fastphoto_SOURCES = command.c resize.c 11 11 fastphoto_LDADD = $(EPEG_LIBS) 12 13 fastphoto_cgi_SOURCES = fastphoto.cgi.c resize.c 14 fastphoto_cgi_LDADD = $(EPEG_LIBS)
