~ubuntu-branches/ubuntu/precise/polygraph/precise

« back to all changes in this revision

Viewing changes to src/client/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry Kurochkin
  • Date: 2011-04-05 19:34:13 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110405193413-k33kjf0nrdl3hzga
Tags: 4.3.2-1
* New upstream bugfix release. Changes include:
  - fix build with OpenSSL libraries with disabled SSLv2 protocol
  - cleanup copyright preamble in source code files
* Switch from CDBS to debhelper:
  - debian/rules: based on rules.tiny from debhelper examples
  - debian/control: drop build-dependency on cdbs and update debhelper
    build-dependency to version 8
  - debian/compat: set debhelper compatibility level to 8

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        CltOpts.cc \
21
21
        CltCfg.h \
22
22
        CltCfg.cc \
 
23
        CltBehaviorCfg.h \
 
24
        CltBehaviorCfg.cc \
23
25
        SessionWatchRegistry.h \
24
26
        SessionWatchRegistry.cc \
25
27
        CltDataFilterRegistry.h \
87
89
        AnyBodyParser.h \
88
90
        AnyBodyParser.cc \
89
91
        \
90
 
        UserCred.h \
91
 
        UserCred.cc \
92
92
        SpnegoCodec.h \
93
93
        SpnegoCodec.cc \
94
94
        NtlmAuth.h \