aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libcommon/common/makefile')
-rw-r--r--libcommon/common/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index ae7d2ce..326f1f6 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -55,6 +55,9 @@ endif
ifeq ($(db_id),sqlite)
@echo '#define DATABASE_SQLITE 1' >>$@
endif
+ifeq ($(db_id),pgsql)
+ @echo '#define DATABASE_PGSQL 1' >>$@
+endif
@echo '#define HAVE_TR1_MEMORY 1' >>$@
@echo '' >>$@
@echo '#endif /* LIBCOMMON_COMMON_CONFIG_H */' >>$@