summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-06-03 18:35:16 +0200
committerVincent Untz <vuntz@gnome.org>2010-06-03 18:35:16 +0200
commitf2c86b6794a7abf50c088faa53b3636ae7c46bec (patch)
tree20153cd5f2b428d9d83455026902e6829083e2bc /daemon/Makefile.am
parentd6a8afb484fc2d9855d616c0ad959f865479e72a (diff)
downloadgnome-keyring-f2c86b6794a7abf50c088faa53b3636ae7c46bec.tar.gz
Fix CLEANFILES in Makefile.am
Thanks to Sébastien Bacher for noticing it. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=611002#c8
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 9edb13f6..64276439 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -59,7 +59,7 @@ EXTRA_DIST = \
CLEANFILES = \
org.gnome.keyring.service \
- org.freedesktop.service \
+ org.freedesktop.secrets.service \
$(desktop_DATA)
servicedir = $(DBUS_SERVICES_DIR)