diff --git a/util/makedefs.c b/util/makedefs.c index b85fe3dca..744ace151 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -1535,7 +1535,11 @@ static const char *build_opts[] = { "ZLIB data file compression", #endif #ifdef DLB +#ifndef VERSION_IN_DLB_FILENAME "data librarian", +#else + "data librarian with a version-dependent name", +#endif #endif #ifdef DUMPLOG "end-of-game dumplogs",