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

AM_CFLAGS  =  ${LIBEVENT_CFLAGS} -g -Wall

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