~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-12-05 20:12:25 UTC
  • Revision ID: brian@tangent.org-20081205201225-w9ifrc8r19uhwn9m
Remove dead thr_rwlock file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
if BUILD_FAST_MUTEX
50
50
thr_mutex_source=thr_mutex.cc
51
51
endif
52
 
if BUILD_THR_RWLOCK
53
 
thr_rwlock_source=thr_rwlock.cc
54
 
endif
55
52
 
56
53
libmysys_la_SOURCES = my_init.cc mf_getdate.cc \
57
54
                        mf_path.cc mf_loadpath.cc my_file.cc \
82
79
                        sha1.cc \
83
80
                        my_access.cc base64.cc \
84
81
                        thr_alarm.cc thr_lock.cc my_thr_init.cc \
85
 
                        ${thr_mutex_source} ${thr_rwlock_source}
 
82
                        ${thr_mutex_source}
86
83
 
87
84
DEFS =                  -DDEFAULT_BASEDIR=\"$(prefix)\" \
88
85
                        -DDATADIR="\"$(MYSQLDATAdir)\"" \