~ubuntu-branches/ubuntu/utopic/libcap-ng/utopic

« back to all changes in this revision

Viewing changes to src/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-14 19:11:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101214191119-8e510ys7fg47byrk
Tags: 0.6.5-0ubuntu1
* New upstream version.
  - Reflect changed include file for XATTR_NAME_CAPS. LP: #684969.
* debian/rules: Fix installation for python2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
@SET_MAKE@
17
17
 
18
18
# Makefile.am --
19
 
# Copyright 2009 Red Hat Inc., Durham, North Carolina.
 
19
# Copyright 2009,10 Red Hat Inc., Durham, North Carolina.
20
20
# All Rights Reserved.
21
21
#
22
22
# This library is free software; you can redistribute it and/or
145
145
PACKAGE_NAME = @PACKAGE_NAME@
146
146
PACKAGE_STRING = @PACKAGE_STRING@
147
147
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
148
PACKAGE_URL = @PACKAGE_URL@
148
149
PACKAGE_VERSION = @PACKAGE_VERSION@
149
150
PATH_SEPARATOR = @PATH_SEPARATOR@
150
151
PYTHON = @PYTHON@
219
220
top_build_prefix = @top_build_prefix@
220
221
top_builddir = @top_builddir@
221
222
top_srcdir = @top_srcdir@
 
223
INCLUDES = -I${top_srcdir} -I${top_srcdir}/src
222
224
TESTS = $(check_PROGRAMS)
223
225
lib_test_LDADD = ${top_builddir}/src/libcap-ng.la
224
226
thread_test_LDADD = ${top_builddir}/src/libcap-ng.la -lpthread