diff options
author | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-22 15:50:27 +0200 |
---|---|---|
committer | tiptorrent development team <tiptorrent@soleta.eu> | 2021-09-22 15:50:46 +0200 |
commit | cc0caf947466fcfd73bacbf77defccf65f6964cd (patch) | |
tree | 31e09af5dda7cbeb689c9de3674334a947ff9e4d /Makefile.am | |
parent | 84cc926c8ec0c0e0721599c42711c2c71a0a9adb (diff) |
no need for root to run tiptorrent-client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d252360..382a492 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -sbin_PROGRAMS = tiptorrent-client +bin_PROGRAMS = tiptorrent-client AM_CFLAGS = ${LIBEVENT_CFLAGS} -g -Wall |