~ubuntu-branches/ubuntu/lucid/varnish/lucid-updates

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2010-03-24 13:26:08 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324132608-4uzkavctn26bdwyi
Tags: 2.1.0-1
* New upstream version
* Fix small error in man/vcl.7so

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 4256 2009-09-28 12:32:39Z tfheen $
 
1
# $Id: Makefile.am 4581 2010-02-21 20:36:31Z phk $
2
2
 
3
3
pkginclude_HEADERS = \
4
4
        shmlog.h \
12
12
        cli.h \
13
13
        cli_common.h \
14
14
        cli_priv.h \
15
 
        compat/asprintf.h \
 
15
        cli_serve.h \
16
16
        compat/daemon.h \
17
17
        compat/execinfo.h \
18
18
        compat/setproctitle.h \
20
20
        compat/strlcat.h \
21
21
        compat/strlcpy.h \
22
22
        compat/strndup.h \
23
 
        compat/vasprintf.h \
24
23
        flopen.h \
25
24
        http_headers.h \
26
25
        http_response.h \
27
26
        libvarnish.h \
28
27
        libvcl.h \
29
28
        miniobj.h \
 
29
        persistent.h \
30
30
        purge_vars.h \
 
31
        svnid.h \
31
32
        vsha256.h \
32
33
        vqueue.h \
33
34
        vpf.h \
38
39
        vev.h \
39
40
        vlu.h \
40
41
        vbm.h \
 
42
        vre.h \
41
43
        vrt.h \
42
44
        vrt_obj.h \
43
45
        vss.h