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

« back to all changes in this revision

Viewing changes to gcr/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:
6
6
 
7
7
ui_DATA = \
8
8
        gcr-certificate-basics-widget.ui \
9
 
        gcr-import-dialog.ui
 
9
        gcr-import-dialog.ui \
 
10
        gcr-unlock-options-widget.ui
10
11
 
11
12
# ------------------------------------------------------------------
12
13
# HEADERS
20
21
        gcr-certificate-details-widget.h \
21
22
        gcr-importer.h \
22
23
        gcr-parser.h \
23
 
        gcr-types.h
 
24
        gcr-types.h \
 
25
        gcr-unlock-options-widget.h
24
26
 
25
27
# ------------------------------------------------------------------
26
28
# LIBRARY
50
52
        gcr-parser.c gcr-parser.h \
51
53
        gcr-simple-certificate.c gcr-simple-certificate.h \
52
54
        gcr-types.h \
 
55
        gcr-unlock-options-widget.c gcr-unlock-options-widget.h \
53
56
        $(BUILT_SOURCES)
54
57
 
55
58
libgcr_la_CFLAGS = \
63
66
    
64
67
libgcr_la_LIBADD = \
65
68
        $(top_builddir)/egg/libegg.la \
66
 
        $(top_builddir)/egg/libegg-secure-entry.la \
 
69
        $(top_builddir)/egg/libegg-entry-buffer.la \
67
70
        $(top_builddir)/gp11/libgp11.la \
68
71
        $(GOBJECT_LIBS) \
69
72
        $(GLIB_LIBS) \