]> Untitled Git - mpdstream/commit
Initial import
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 4 Nov 2025 18:02:54 +0000 (13:02 -0500)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 31 Mar 2026 20:34:21 +0000 (16:34 -0400)
commitb9e735748bc0abfa22ee089ab66d2fb0b8edb581
treeee78c185ddc8f34a85d9451c66320e02b630b7c3
Initial import

Setup autotools project.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
21 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
THANKS [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
build-aux/.gitignore [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/mpdstream.man [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/log.c [new file with mode: 0644]
src/log.h [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/options.c [new file with mode: 0644]
src/options.h [new file with mode: 0644]