Changeset 94

Show
Ignore:
Timestamp:
02/04/06 16:46:16 (3 years ago)
Author:
conrad
Message:

add fastphoto.cgi.c

Files:

Legend:

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

    r92 r94  
    44EPEG_LIBS = -L/usr/local/lib -lepeg 
    55 
    6 bin_PROGRAMS = fastphoto 
     6bin_PROGRAMS = fastphoto fastphoto.cgi 
    77 
    88noinst_HEADERS = resize.h 
    99 
    10 fastphoto_SOURCES = resize.c command.c 
     10fastphoto_SOURCES = command.c resize.c 
    1111fastphoto_LDADD = $(EPEG_LIBS) 
     12 
     13fastphoto_cgi_SOURCES = fastphoto.cgi.c resize.c 
     14fastphoto_cgi_LDADD = $(EPEG_LIBS)