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

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

View File

@ -23,7 +23,8 @@ make_target() {
VDR_DIR=$(get_build_dir vdr)
make VDRDIR=${VDR_DIR} \
LIBDIR="." \
LOCALEDIR="./locale"
LOCALEDIR="./locale" \
install
}
post_make_target() {