~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/desktop/Makefile.am

  • Committer: Dustin Kirkland
  • Date: 2010-02-17 18:44:50 UTC
  • Revision ID: kirkland@x200-20100217184450-0q5tbrt786qey05s
* Makefile.am, configure.ac, debian/control, debian/po/POTFILES.sh,
  debian/po/ecryptfs-utils.pot, debian/po/fr.po, debian/rules,
  po/POTFILES.in, src/desktop/Makefile.am,
  src/desktop/ecryptfs-mount-private.desktop,
  src/desktop/ecryptfs-mount-private.desktop.in,
  src/desktop/ecryptfs-record-passphrase,
  src/desktop/ecryptfs-setup-private.desktop,
  src/desktop/ecryptfs-setup-private.desktop.in:
  - internationalization work for LP: #358283

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
2
2
 
3
3
eudatarootdir = $(datarootdir)/ecryptfs-utils
4
 
dist_eudataroot_SCRIPTS = ecryptfs-mount-private.desktop ecryptfs-setup-private.desktop ecryptfs-record-passphrase
 
4
dist_eudataroot_SCRIPTS = ecryptfs-record-passphrase
 
5
 
 
6
desktopdir = $(datarootdir)/ecryptfs-utils
 
7
 
 
8
desktop_in_files = \
 
9
        ecryptfs-mount-private.desktop.in \
 
10
        ecryptfs-setup-private.desktop.in
 
11
 
 
12
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
13
 
 
14
@INTLTOOL_DESKTOP_RULE@
 
15
 
 
16
 
 
17