From 2610239d62d744294e55d44e46937bd6dea87559 Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Tue, 17 Aug 2021 00:05:31 +0200 Subject: initial commit --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..2d76b49 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,7 @@ +sbin_PROGRAMS = tiptorrent + +AM_CFLAGS = ${LIBEVENT_CFLAGS} -g -Wall + +tiptorrent_SOURCES = src/handler.c \ + src/core.c \ + src/main.c -- cgit v1.2.3-18-g5258