vdr-plugin-wirbelscancontrol: create so with apiversion and locale

This commit is contained in:
mglae 2023-11-13 18:45:36 +01:00
parent d8ecd317b8
commit a206097250

View File

@ -25,5 +25,6 @@ make_target() {
make VDRDIR=${VDR_DIR} \
INCLUDES="-I." \
LIBDIR="." \
LOCALEDIR="./locale"
LOCALEDIR="./locale" \
install
}