diff options
| author | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-24 14:29:59 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-11-24 14:29:59 -0500 |
| commit | 32ff69017ab003911b754982772d0644b1cd23d4 (patch) | |
| tree | 543b8ac96516a72ae2f1ecae2671a239dd4ab95c /compositor/Makefile.am | |
| parent | Fix potentially undefined behavior (diff) | |
| download | wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar.gz wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar.bz2 wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar.lz wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar.xz wayland-32ff69017ab003911b754982772d0644b1cd23d4.tar.zst wayland-32ff69017ab003911b754982772d0644b1cd23d4.zip | |
Fix udev rules install directory
Diffstat (limited to 'compositor/Makefile.am')
| -rw-r--r-- | compositor/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compositor/Makefile.am b/compositor/Makefile.am index a13e9d9..f8f2307 100644 --- a/compositor/Makefile.am +++ b/compositor/Makefile.am @@ -22,9 +22,9 @@ compositor_SOURCES = \ drm.c \ shm.c -udevdir = $(sysconfdir)/udev +udevrulesddir = $(sysconfdir)/udev/rules.d -dist_udev_DATA = \ +dist_udevrulesd_DATA = \ 70-wayland.rules BUILT_SOURCES = \ |
