~ubuntu-branches/ubuntu/quantal/seahorse-nautilus/quantal

« back to all changes in this revision

Viewing changes to tool/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 10:28:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120905102820-7x3dkumkaya523mn
Tags: 3.5.91-0ubuntu1
* New upstream release (LP: #1045572)
* debian/control:
  - Add build-depends on libgcr-3-dev
  - Drop build-depends on libgconf2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
uidir = $(datadir)/seahorse-nautilus/ui
 
1
uidir = $(datadir)/seahorse-nautilus/ui/
2
2
localedir = $(datadir)/locale
3
3
 
4
4
INCLUDES = -I$(top_builddir) \
8
8
        -DLOCALEDIR=\"$(localedir)\" \
9
9
        -DDATA_DIR=\""$(datadir)"\" \
10
10
        -DSEAHORSE_UIDIR=\""$(uidir)"\" \
11
 
        -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE
 
11
        -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
 
12
        -DGCR_API_SUBJECT_TO_CHANGE
12
13
 
13
14
bin_PROGRAMS = seahorse-tool
14
15
 
16
17
        seahorse-marshal.c seahorse-marshal.h
17
18
 
18
19
seahorse_tool_SOURCES = \
19
 
        seahorse-gconf.c seahorse-gconf.h \
20
20
        seahorse-libdialogs.h \
21
21
        seahorse-notification.c \
22
22
        seahorse-operation.c seahorse-operation.h \
23
23
        seahorse-passphrase.c seahorse-passphrase.h \
24
24
        seahorse-pgp-operation.c seahorse-pgp-operation.h \
25
25
        seahorse-progress.c seahorse-progress.h \
26
 
        seahorse-secure-buffer.c seahorse-secure-buffer.h \
27
 
        seahorse-secure-memory.c seahorse-secure-memory.h \
28
26
        seahorse-tool.c seahorse-tool.h \
29
27
        seahorse-tool-files.c \
30
28
        seahorse-tool-progress.c \