diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2009-12-06 12:31:25 +0530 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-12-06 11:51:24 +0000 |
commit | e8a5746f2fcae59bfd18d39b621509b3ef130453 (patch) | |
tree | f94902497876669b4238798f160dae765a430c58 /src | |
parent | 978d33b609969c3b9bbbd759e0f11aaf856c80cf (diff) |
Add a configure option to change 'udevrulesdir'
This patch serves two purposes:
1) Allows something other than the de-facto standard udev rules dir or
/lib/udev/rules.d to be used (the udev build system allows you to
customise this)
2) Allows a prefixed, non-root install (right now, the /lib/... path
is hard-coded into the build system
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3be28692..11826a42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,6 @@ pulselibexecdir=$(libexecdir)/pulse xdgautostartdir=$(sysconfdir)/xdg/autostart alsaprofilesetsdir=$(datadir)/pulseaudio/alsa-mixer/profile-sets alsapathsdir=$(datadir)/pulseaudio/alsa-mixer/paths -udevrulesdir=/lib/udev/rules.d dbuspolicydir=$(sysconfdir)/dbus-1/system.d ################################### |