summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/server/Daemon.cpp3
-rw-r--r--modules.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp
index ef9ad2e0..668bffb5 100644
--- a/lib/server/Daemon.cpp
+++ b/lib/server/Daemon.cpp
@@ -28,6 +28,8 @@
#include <process.h>
#endif
+#include "depot.h"
+
#include <iostream>
#include "Daemon.h"
@@ -111,6 +113,7 @@ void Daemon::Usage()
{
std::cout <<
DaemonBanner() << "\n"
+ "(built with QDBM " << dpversion << ")\n"
"\n"
"Usage: " << mAppName << " [options] [config file]\n"
"\n"
diff --git a/modules.txt b/modules.txt
index 8586d038..ffc422b1 100644
--- a/modules.txt
+++ b/modules.txt
@@ -11,7 +11,7 @@
lib/raidfile
lib/crypto
-lib/server
+lib/server qdbm
lib/compress
lib/intercept