Show
Ignore:
Timestamp:
08/21/08 18:10:40 (5 months ago)
Author:
rbertholon
Message:

beginning of purge module

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centstorage/modules/purge/Makefile.am

    r6209 r6244  
    2222bin_PROGRAMS = purge.so 
    2323 
    24 purge_so_SOURCES =      purge.c \ 
    25                                 \ 
    26                         purge.h 
     24purge_so_SOURCES =      purge.c                 \ 
     25                        runPurge.c              \ 
     26                        db_purge_connection.c   \ 
     27                                                \ 
     28                        purge.h                 \ 
     29                        runPurge.h              \ 
     30                        db_purge_connection.h 
    2731 
    2832INCLUDES = -I. @XML_HEADER@ -I../../includes