~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-02 04:37:46 UTC
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802043746-16dyxce4vpgkx7iu
Made build of thr_mutex.c conditional on --with-fast-mutexes, since that's 
currently the only condition that will cause code to be compiled within.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
                        thr_lock.h \
55
55
                        base64.h
56
56
 
 
57
if BUILD_FAST_MUTEX
 
58
thr_mutex_source=thr_mutex.c
 
59
endif
 
60
 
57
61
libmysyslt_la_SOURCES = my_init.c my_getwd.c mf_getdate.c \
58
62
                        mf_path.c mf_loadpath.c my_file.c \
59
63
                        my_open.c my_create.c my_dup.c my_seek.c my_read.c \
84
88
                        my_memmem.c \
85
89
                        my_access.c base64.c \
86
90
                        thr_alarm.c thr_lock.c my_thr_init.c \
87
 
                        thr_mutex.c thr_rwlock.c 
 
91
                        ${thr_mutex_source} thr_rwlock.c 
88
92
DEFS =                  -DDEFAULT_BASEDIR=\"$(prefix)\" \
89
93
                        -DDATADIR="\"$(MYSQLDATAdir)\"" \
90
94
                        -DDEFAULT_CHARSET_HOME="\"$(MYSQLBASEdir)\"" \