~ubuntu-branches/ubuntu/maverick/gnome-keyring/maverick-proposed

« back to all changes in this revision

Viewing changes to pkcs11/gck/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-03-02 17:00:10 UTC
  • mto: (2.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: james.westby@ubuntu.com-20090302170010-1bakcvrq713wq2q0
Tags: upstream-2.25.92
ImportĀ upstreamĀ versionĀ 2.25.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        test-data
30
30
 
31
31
include $(top_srcdir)/tests/gtest.make
 
32
 
 
33
# ---------------------------------------------------------------------
 
34
 
 
35
noinst_PROGRAMS += \
 
36
        dump-data-file
 
37
 
 
38
dump_data_file_SOURCES = \
 
39
        dump-data-file.c
 
40
        
 
41
dump_data_file_LDADD = \
 
42
        $(top_builddir)/pkcs11/gck/libgck.la \
 
43
        $(top_builddir)/egg/libegg.la \
 
44
        $(DAEMON_LIBS)
 
45
        
 
 
b'\\ No newline at end of file'