~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to libraries/libapparmor/testsuite/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = lib config libaalogparse.test
 
2
PACKAGE = libaalogparse
 
3
AUTOMAKE_OPTIONS = dejagnu
 
4
 
 
5
INCLUDES = -I. -I$(top_srcdir)/src
 
6
 
 
7
AM_CPPFLAGS = $(DEBUG_FLAGS) -DLOCALEDIR=\"${localedir}\"
 
8
AM_CFLAGS = -Wall
 
9
 
 
10
noinst_PROGRAMS = test_multi.multi
 
11
 
 
12
test_multi_multi_SOURCES        = test_multi.c
 
13
test_multi_multi_CFLAGS         = $(CFLAGS) -Wall
 
14
test_multi_multi_LDFLAGS        = $(LDFLAGS)
 
15
test_multi_multi_LDADD          = -L../src/.libs -lapparmor
 
16
 
 
17
clean-local:
 
18
        rm -rf tmp.err.* tmp.out.* site.exp site.bak test_multi/out
 
19
 
 
20
EXTRA_DIST = test_multi/*.in test_multi/*.out test_multi/*.err