~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to bin/varnishd/flint.sh

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
flexelint \
 
4
        flint.lnt \
 
5
        -I. \
 
6
        -I../../include \
 
7
        -I../.. \
 
8
        -I/usr/local/include \
 
9
        -DVARNISH_STATE_DIR=\"foo\" \
 
10
        *.c \
 
11
        ../../lib/libvarnish/*.c \
 
12
        ../../lib/libvarnishcompat/execinfo.c \
 
13
        ../../lib/libvcl/*.c