summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-16 07:47:28 -0500
committerKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-16 07:47:28 -0500
commit32692d2f48693ed61957f3252307ca26cdf50a18 (patch)
tree1f37d3f507e9160e61073a245d36f85779b6cd01
parente68d24c559cdc3043a63f82bd7d81fc28e860b8e (diff)
downloadwayland-32692d2f48693ed61957f3252307ca26cdf50a18.tar.gz
wayland-32692d2f48693ed61957f3252307ca26cdf50a18.tar.xz
wayland-32692d2f48693ed61957f3252307ca26cdf50a18.zip
Fix udev rules install rule.
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index b3b4807..354c8d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,6 +2,7 @@ CFLAGS = @GCC_CFLAGS@
prefix = @prefix@
exec_prefix = @exec_prefix@
+udev_rules_dir = @sysconfdir@/udev/rules.d
libs = libwayland-server.so libwayland.so
clients = flower gears screenshot terminal
@@ -49,11 +50,11 @@ $(clients) : CFLAGS += @CLIENT_CFLAGS@
$(clients) : LDLIBS += -L. -lwayland @CLIENT_LIBS@ -lrt
install : $(libs)
- install -d @libdir@ @libdir@/pkgconfig
+ install -d @libdir@ @libdir@/pkgconfig ${udev_rules_dir}
install $(libs) @libdir@
install wayland-server.pc wayland.pc @libdir@/pkgconfig
install wayland-client.h @includedir@
- install 70-wayland.rules ${sysconfdir}/udev/rules.d
+ install 70-wayland.rules ${udev_rules_dir}
clean :
rm -f $(clients) $(compositors) *.o *.so