File: Makefile.am

package info (click to toggle)
libtorrent 0.10.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,872 kB
  • ctags: 3,425
  • sloc: cpp: 14,355; sh: 8,455; makefile: 320; xml: 163; ansic: 87
file content (32 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SUBDIRS = src

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtorrent.pc

EXTRA_DIST= \
	autogen.sh \
	scripts/checks.m4 \
	scripts/common.m4 \
	scripts/attributes.m4 \
	doc/main.xml \
	doc/http.xml \
	doc/torrent.xml \
	rak/address_info.h \
        rak/algorithm.h \
	rak/error_number.h \
	rak/file_stat.h \
	rak/fs_stat.h \
        rak/functional.h \
        rak/functional_fun.h \
	rak/path.h \
	rak/partial_queue.h \
	rak/priority_queue.h \
	rak/priority_queue_default.h \
	rak/ranges.h \
	rak/regex.h \
	rak/socket_address.h \
	rak/string_manip.h \
	rak/timer.h \
	rak/unordered_vector.h

ACLOCAL_AMFLAGS = -I scripts