[mod_shout] Replace space with tab in Makefile.am

This commit is contained in:
Clock
2022-10-05 01:19:10 +08:00
committed by GitHub
parent 98d2e6212c
commit c71ed98add

View File

@@ -16,7 +16,7 @@ else
install: error
all: error
error:
$(error You must install libmp3lame-dev to build mod_shout)
$(error You must install libmp3lame-dev to build mod_shout)
endif
else