Changeset 153 for trunk/c2s/Makefile.am

Show
Ignore:
Timestamp:
09/04/07 14:07:57 (20 months ago)
Author:
smoku
Message:

Integrated full SQLite3 support for SM by Reinhard Max. Closes #43

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/c2s/Makefile.am

    r77 r153  
    33bin_PROGRAMS = c2s 
    44 
    5 c2s_SOURCES = authreg.c authreg_anon.c authreg_db.c authreg_ldap.c authreg_mysql.c authreg_pam.c authreg_pgsql.c authreg_pipe.c bind.c c2s.c main.c sm.c 
     5c2s_SOURCES = authreg.c authreg_anon.c authreg_db.c authreg_ldap.c authreg_mysql.c authreg_pam.c authreg_pgsql.c authreg_pipe.c authreg_sqlite.c bind.c c2s.c main.c sm.c 
    66noinst_HEADERS = c2s.h 
    77