summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-05-20 10:52:45 +0200
committerHans de Goede <hdegoede@redhat.com>2013-05-20 10:57:28 +0200
commit16911aa3006ec3bf007709a85ebbdcbc3ae880b8 (patch)
treef5cb8130a7e6c874ebe4a3b82b7b8979bd9656f5 /Makefile.am
parent35027989605ff062d7fba145cca6ff39d9c6fcb6 (diff)
Drop the no longer needed modules-load.d/spice-vdagentd.conf
Now a days udev will create a /dev/uinput node without the module being loaded based on devname:uinput from the modinfo, allowing the module to be correctly auto-loaded when needed. https://bugzilla.redhat.com/show_bug.cgi?id=963201 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 208c286..fa2803a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,9 +65,6 @@ udevrules_DATA = $(top_srcdir)/data/70-spice-vdagentd.rules
tmpfilesdir = $(prefix)/lib/tmpfiles.d
tmpfiles_DATA = $(top_srcdir)/data/tmpfiles.d/spice-vdagentd.conf
-
-modulesdir = $(sysconfdir)/modules-load.d
-modules_DATA = $(top_srcdir)/data/modules-load.d/spice-vdagentd.conf
endif
manpagedir = $(mandir)/man1
@@ -77,7 +74,6 @@ manpage_DATA = data/spice-vdagent.1 \
EXTRA_DIST = \
README.RHEL-5 \
data/70-spice-vdagentd.rules \
- data/modules-load.d/spice-vdagentd.conf \
data/rsyslog.d/spice-vdagentd.conf \
data/spice-vdagent.desktop \
data/spice-vdagentd \