~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-02-10 08:46:50 UTC
  • Revision ID: brian@tangent.org-20090210084650-msdv9hu2mzil8cbb
Remove thr_alarm

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                mysys_priv.h \
43
43
                queues.h \
44
44
                sha1.h \
45
 
                thr_alarm.h \
46
45
                thr_lock.h
47
46
 
48
47
if BUILD_FAST_MUTEX
108
107
                ptr_cmp.cc \
109
108
                queues.cc \
110
109
                sha1.cc \
111
 
                thr_alarm.cc \
112
110
                thr_lock.cc \
113
111
                tree.cc \
114
112
                typelib.cc \