~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-04-15 22:28:16 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090415222816-j93yvbt23wh0g92c
Removed unused FAST_MUTEX stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                sha1.h \
43
43
                thr_lock.h
44
44
 
45
 
if BUILD_FAST_MUTEX
46
 
thr_mutex_source= thr_mutex.cc
47
 
endif
48
 
 
49
45
libmysys_la_SOURCES= \
50
46
                array.cc \
51
47
                base64.cc \
104
100
                sha1.cc \
105
101
                thr_lock.cc \
106
102
                tree.cc \
107
 
                typelib.cc \
108
 
                ${thr_mutex_source}
109
 
 
110
 
 
 
103
                typelib.cc