diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-22 13:12:37 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-29 15:49:07 +0200 |
commit | cc5e4dca6a778a19193c3b06afbac68df957629c (patch) | |
tree | b8fd4153ea9acd7afb1f26800ed86e0fc3d210d8 | |
parent | 3e0254bf3cf9f0e8b0eef124530aa97f528c056b (diff) |
no need for root to run tiptorrent
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2d76b49..beb05b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = tiptorrent +bin_PROGRAMS = tiptorrent AM_CFLAGS = ${LIBEVENT_CFLAGS} -g -Wall |