commit 35ba812f34f7d8ff4069436dcaa29c027c0b414a
parent eed57316d131c70bb0cd973e840a6646e58febd0
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Sun, 24 Aug 2025 00:53:21 +0200
Added libmicrohttpd2 short build name
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -21,6 +21,7 @@ build-aux/
/.tgitconfig
/configure
stamp-h[0-9]
+.dirstamp
/libtool
/aclocal.m4
/config.status
diff --git a/src/mhd2/Makefile.am b/src/mhd2/Makefile.am
@@ -239,6 +239,7 @@ libmicrohttpd2_la_LDFLAGS = \
-version-info @LIB_VER_CURRENT@:@LIB_VER_REVISION@:@LIB_VER_AGE@
libmicrohttpd2_la_LIBADD = \
$(MHD_LIBDEPS) $(MHD_TLS_LIBDEPS)
+libmicrohttpd2_la_SHORTNAME = mhd2
INCL_SRC_DIR = $(srcdir)/../include