diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:17:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-14 15:17:37 +0200 |
commit | d5fcf4c978ee0a8c4c6cc926ff02ab9d944f12b8 (patch) | |
tree | 876b3637bffdfdd72b93a5bbcde798942ba3ac8d /Makefile.am | |
parent | b2c0b8afb22134164926d6668e5116cdac115f7d (diff) |
Rename DB_ID_MYSQL to DATABASE_MYSQL
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 600707e..cfe641c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = libcommon tracer common -if DB_ID_MYSQL +if DATABASE_MYSQL SUBDIRS += mysql endif |