Changeset 153 for trunk/c2s/Makefile.am
- Timestamp:
- 09/04/07 14:07:57 (20 months ago)
- Files:
-
- 1 modified
-
trunk/c2s/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/c2s/Makefile.am
r77 r153 3 3 bin_PROGRAMS = c2s 4 4 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.c5 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 authreg_sqlite.c bind.c c2s.c main.c sm.c 6 6 noinst_HEADERS = c2s.h 7 7
