summaryrefslogtreecommitdiff
path: root/src/desktop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop/Makefile.am')
-rw-r--r--src/desktop/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/desktop/Makefile.am b/src/desktop/Makefile.am
new file mode 100644
index 0000000..2ffea77
--- /dev/null
+++ b/src/desktop/Makefile.am
@@ -0,0 +1,17 @@
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+
+eudatarootdir = $(datarootdir)/ecryptfs-utils
+dist_eudataroot_SCRIPTS = ecryptfs-record-passphrase
+
+desktopdir = $(datarootdir)/ecryptfs-utils
+
+desktop_in_files = \
+ ecryptfs-mount-private.desktop.in \
+ ecryptfs-setup-private.desktop.in
+
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
+@INTLTOOL_DESKTOP_RULE@
+
+
+