~jamesodhunt/ubuntu/saucy/upstart/1.9.1

« back to all changes in this revision

Viewing changes to lib/libupstart-abi.xml.in

  • Committer: James Hunt
  • Date: 2013-06-28 15:57:37 UTC
  • mfrom: (1436.2.1)
  • Revision ID: james.hunt@ubuntu.com-20130628155737-8bskclzrhmjvpm6e
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 
 
4
 upstart - official libupstart abi-compliance-checker(1) descriptor
 
5
 
 
6
 Copyright © 2013 Canonical Ltd.
 
7
 Author: James Hunt <james.hunt@canonical.com>
 
8
 
 
9
 This program is free software; you can redistribute it and/or modify
 
10
 it under the terms of the GNU General Public License version 2, as
 
11
 published by the Free Software Foundation.
 
12
 
 
13
 This program is distributed in the hope that it will be useful,
 
14
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
 GNU General Public License for more details.
 
17
 
 
18
 You should have received a copy of the GNU General Public License along
 
19
 with this program; if not, write to the Free Software Foundation, Inc.,
 
20
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
21
 
 
22
-->
 
23
 
 
24
<descriptor>
 
25
 
 
26
<version>
 
27
        @libupstart_version@-build
 
28
</version>
 
29
 
 
30
<headers>
 
31
        @abs_builddir@
 
32
</headers>
 
33
 
 
34
<libs>
 
35
        @abs_builddir@
 
36
</libs>
 
37
 
 
38
<!--
 
39
  Include paths are automatically detected but the tool needs help to
 
40
  find the default include directory.
 
41
-->
 
42
<add_include_paths>
 
43
        /usr/include
 
44
</add_include_paths>
 
45
 
 
46
</descriptor>