Switched to autotools
authorTom Balzer <niebieskitrociny@gmail.com>
Mon, 11 Mar 2019 04:07:29 +0000 (23:07 -0500)
committerTom Balzer <niebieskitrociny@gmail.com>
Mon, 11 Mar 2019 04:07:29 +0000 (23:07 -0500)
commitb6ca5637ae862d1ac015577af36217718c39439a
treeb4738dcb41e10e9ef78c9afa91265e84d8377285
parent1cf0620c19c5db743ac70159e6ba3e14e237d427
Switched to autotools
14 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/PROTOCOL_DESIGN [moved from src/common/PROTOCOL_DESIGN with 100% similarity]
src/dumb-client/main.c [deleted file]
src/guile_helpers.c [moved from src/common/guile_helpers.c with 98% similarity]
src/protocol.c [moved from src/common/protocol.c with 100% similarity]
src/socketio.c [moved from src/common/socketio.c with 100% similarity]
src/tomc.c [moved from src/tomc/main.c with 98% similarity]
src/tomd.c [moved from src/tomd/main.c with 98% similarity]
src/tomd/init.c [deleted file]
src/tomd/manifest.c [deleted file]