~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to pkcs11/secret-store/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
UNIT_AUTO = \
 
2
        unit-test-secret-compat.c \
 
3
        unit-test-secret-fields.c \
 
4
        unit-test-secret-data.c \
 
5
        unit-test-secret-object.c \
 
6
        unit-test-secret-collection.c \
 
7
        unit-test-secret-item.c \
 
8
        unit-test-secret-search.c \
 
9
        unit-test-secret-textual.c \
 
10
        unit-test-secret-binary.c \
 
11
        test-secret-module.c test-secret-module.h
 
12
 
 
13
UNIT_PROMPT = 
 
14
 
 
15
UNIT_LIBS =  \
 
16
        $(top_builddir)/pkcs11/secret-store/libgck-secret-store.la \
 
17
        $(top_builddir)/pkcs11/gck/libgck.la \
 
18
        $(top_builddir)/egg/libegg.la
 
19
 
 
20
EXTRA_DIST = \
 
21
        test-data
 
22
 
 
23
include $(top_srcdir)/tests/gtest.make