aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/common/makefile')
-rw-r--r--libcommon/common/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 41bb776..fccce1a 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -49,7 +49,7 @@ $(out_base)/config.h: $(dcf_root)/configuration-dynamic.make
@echo '#define LIBCOMMON_COMMON_CONFIG_H' >>$@
@echo '' >>$@
ifeq ($(db_id),mysql)
- @echo '#define DB_ID_MYSQL 1' >>$@
+ @echo '#define DATABASE_MYSQL 1' >>$@
endif
@echo '' >>$@
@echo '#endif // LIBCOMMON_COMMON_CONFIG_H' >>$@