~ubuntu-branches/ubuntu/wily/cxxtools/wily-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2008-06-16 12:24:28 UTC
  • mfrom: (3.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616122428-7bllgyt1358u779r
Tags: 1.4.8-2
Made libcxxtools-dev depend on libcxxtools6, not libcxxtools5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
nobase_include_HEADERS = \
 
2
        cxxtools/any.h \
 
3
        cxxtools/api.h \
 
4
        cxxtools/atomicity.generic.h \
 
5
        cxxtools/atomicity.pthread.h \
 
6
        cxxtools/atomicity.gcc.arm.h \
 
7
        cxxtools/atomicity.gcc.mips.h \
 
8
        cxxtools/atomicity.gcc.ppc.h \
 
9
        cxxtools/atomicity.gcc.sparc.h \
 
10
        cxxtools/atomicity.gcc.x86.h \
 
11
        cxxtools/atomicity.gcc.x86_64.h \
 
12
        cxxtools/atomicity.h \
 
13
        cxxtools/atomicity.sun.h \
 
14
        cxxtools/atomicity.windows.h \
2
15
        cxxtools/arg.h \
 
16
        cxxtools/byteorder.h \
3
17
        cxxtools/base64stream.h \
 
18
        cxxtools/callable.h \
 
19
        cxxtools/callable.tpp \
4
20
        cxxtools/cgi.h \
 
21
        cxxtools/connectable.h \
 
22
        cxxtools/connection.h \
 
23
        cxxtools/constmethod.h \
 
24
        cxxtools/constmethod.tpp \
 
25
        cxxtools/convert.h \
 
26
        cxxtools/delegate.h \
 
27
        cxxtools/delegate.tpp \
5
28
        cxxtools/dir.h \
6
29
        cxxtools/dlloader.h \
7
30
        cxxtools/dynbuffer.h \
 
31
        cxxtools/fdstream.h \
 
32
        cxxtools/fork.h \
 
33
        cxxtools/function.h \
 
34
        cxxtools/function.tpp \
8
35
        cxxtools/hdstream.h \
9
36
        cxxtools/hirestime.h \
10
37
        cxxtools/httpreply.h \
11
38
        cxxtools/httprequest.h \
12
39
        cxxtools/iconverter.h \
13
40
        cxxtools/iconvstream.h \
14
 
        cxxtools/iniclass.h \
 
41
        cxxtools/inifile.h \
 
42
        cxxtools/iniparser.h \
 
43
        cxxtools/invokable.h \
 
44
        cxxtools/invokable.tpp \
15
45
        cxxtools/log.h \
16
46
        cxxtools/loginit.h \
 
47
        cxxtools/main.h \
17
48
        cxxtools/md5.h \
18
49
        cxxtools/md5stream.h \
 
50
        cxxtools/method.h \
 
51
        cxxtools/method.tpp \
 
52
        cxxtools/mime.h \
19
53
        cxxtools/multifstream.h \
20
54
        cxxtools/net.h \
 
55
        cxxtools/noncopyable.h \
 
56
        cxxtools/pipe.h \
 
57
        cxxtools/pipestream.h \
21
58
        cxxtools/pollclass.h \
22
59
        cxxtools/pool.h \
 
60
        cxxtools/properties.h \
23
61
        cxxtools/query_params.h \
 
62
        cxxtools/quotedprintablestream.h \
 
63
        cxxtools/refcounted.h \
 
64
        cxxtools/regex.h \
 
65
        cxxtools/signals.h \
 
66
        cxxtools/signals.tpp \
 
67
        cxxtools/slot.h \
 
68
        cxxtools/slot.tpp \
 
69
        cxxtools/smartptr.h \
 
70
        cxxtools/sourceinfo.h \
24
71
        cxxtools/sudo.h \
25
72
        cxxtools/streamcounter.h \
 
73
        cxxtools/syserror.h \
26
74
        cxxtools/tcpstream.h \
27
75
        cxxtools/tee.h \
28
76
        cxxtools/thread.h \
 
77
        cxxtools/typetraits.h \
29
78
        cxxtools/udp.h \
30
79
        cxxtools/udpstream.h \
 
80
        cxxtools/uuencode.h \
 
81
        cxxtools/void.h \
 
82
        cxxtools/uuencode.h \
31
83
        cxxtools/xmltag.h \
32
84
        cxxtools/log/cxxtools.h \
33
85
        cxxtools/log/cxxtools_init.h \