summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-01-06 11:57:10 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-01-06 11:57:10 +0000
commit75e9db3b26b09dd17171068cd43a5411760beb5d (patch)
tree203772e372c9fccee443de74d02fa63602726ef8
parent1eea7650a2ee03119a331864d0b81f63bcbf691a (diff)
downloadbtpd-75e9db3b26b09dd17171068cd43a5411760beb5d.tar.gz
btpd-75e9db3b26b09dd17171068cd43a5411760beb5d.zip
Sort.
-rw-r--r--btpd/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/btpd/Makefile.am b/btpd/Makefile.am
index 0c04f36..967f889 100644
--- a/btpd/Makefile.am
+++ b/btpd/Makefile.am
@@ -1,17 +1,18 @@
 bin_PROGRAMS=btpd
 btpd_SOURCES=\
-	main.c util.c\
 	btpd.c btpd.h\
-	opts.c opts.h\
+	content.c content.h\
+	download.c download_subr.c download.h\
+	main.c\
 	net.c net.h\
 	net_buf.c net_buf.h\
-	queue.h \
+	opts.c opts.h\
 	peer.c peer.h\
-	content.c content.h\
-	download.c download_subr.c download.h\
+	queue.h\
 	torrent.c torrent.h\
 	tracker_req.c tracker_req.h\
-	upload.c upload.h
+	upload.c upload.h\
+	util.c
 
 btpd_LDADD=../misc/libmisc.a -levent -lcrypto -lm
 btpd_CPPFLAGS=-I$(top_srcdir)/misc @event_CPPFLAGS@ @openssl_CPPFLAGS@