summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 2d76b4990dc3ceefc03097bc6b10c3773dbd29cf (plain)
1
2
3
4
5
6
7
sbin_PROGRAMS = tiptorrent

AM_CFLAGS  =  ${LIBEVENT_CFLAGS} -g -Wall

tiptorrent_SOURCES = src/handler.c	\
		     src/core.c		\
		     src/main.c