Ticket #239: src__core__Makefile.am.diff

File src__core__Makefile.am.diff , 475 bytes (added by comer, 4 years ago)

changes to src/core/Makefile.am

Line 
1--- rtorrent-0.8.2-org/src/core/Makefile.am     2008-05-07 08:19:11.000000000 -0400
2+++ rtorrent-ip_filter/src/core/Makefile.am     2008-05-17 16:59:20.849853381 -0400
3@@ -35,6 +35,15 @@
4        view.cc \
5        view.h \
6        view_manager.cc \
7-       view_manager.h
8+       view_manager.h \
9+       ip_address.cc \
10+       ip_address.h \
11+       ip_filter.cc \
12+       ip_filter.h \
13+       ip_range.cc \
14+       ip_range.h \
15+       printable.h \
16+       regex_namespace.h \
17+       ip_filter_statics.cc
18 
19 INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)