diff --git a/Makefile b/Makefile index 4b33d46..11841cb 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ LIB_LOGGER=-l$(PROJECT_NAME)-logger LIBS_LIB_CHAT=$(LIB_CORE) -lpthread LIB_CHAT=-l$(PROJECT_NAME)-chat LIB_CHAT_CONFIG=$(LIB_CHAT)-config -LIBS_CHAT=$(LIB_CHAT) $(LIBS_LIB_CHAT) -lyaml $(LIB_CHAT_CONFIG) +LIBS_CHAT=$(LIB_CHAT) $(LIBS_LIB_CHAT) $(LIB_CHAT_CONFIG) # Install Files INSTALL_INCLUDE=/usr/include diff --git a/configure.sh b/configure.sh index 365cd33..113bce6 100755 --- a/configure.sh +++ b/configure.sh @@ -43,7 +43,7 @@ elif [[ $DISTRO == "Gentoo" ]]; then env-update && source /etc/profile else # 'Unsupported' distro - echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl', 'libgit2', 'tmux', 'libyaml' and 'make' and you'll be fine." + echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl', 'libgit2', 'tmux' and 'make' and you'll be fine." exit fi