summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-05-22 14:02:29 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-05-22 14:02:29 +0200
commitcdec02841ef7e0f9fd98fcb18b5d6b625f315871 (patch)
tree08e003601d16b314661f39ab74a44146c04b84c7
parentc5645bdcbae05c06895979ee89fb83ef2ec90a1e (diff)
downloadgnome-keyring-cdec02841ef7e0f9fd98fcb18b5d6b625f315871.tar.gz
daemon: Add socket files to EXTRA_DISTnielsdg/fix-builds
Otherwise they don't get included into the tarball and autotools screams at us.
-rw-r--r--daemon/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 910f0095..aa0d3a8d 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -49,6 +49,11 @@ systemduserunit_DATA = \
daemon/gnome-keyring-daemon.socket \
daemon/gnome-keyring-daemon.service \
$(NULL)
+
+EXTRA_DIST += \
+ daemon/gnome-keyring-daemon.socket \
+ daemon/gnome-keyring-daemon.service.in \
+ $(NULL)
endif
desktopdir = $(sysconfdir)/xdg/autostart