chiark / gitweb /
Makefile: remove exec_prefix and srcdir
[elogind.git] / extras / volume_id / Makefile
index 30c0abb9a4e683462f999eb5d219602286ac4e6a..6201044941029982b39fec23f5b343f568fa3dc2 100644 (file)
@@ -11,14 +11,13 @@ GEN_HEADERS =
 MAN_PAGES =
 
 prefix =
-exec_prefix =  ${prefix}
 etcdir =       ${prefix}/etc
-sbindir =      ${exec_prefix}/sbin
-usrbindir =    ${exec_prefix}/usr/bin
-usrsbindir =   ${exec_prefix}/usr/sbin
+sbindir =      ${prefix}/sbin
+usrbindir =    ${prefix}/usr/bin
+usrsbindir =   ${prefix}/usr/sbin
+libudevdir =   ${prefix}/lib/udev
 mandir =       ${prefix}/usr/share/man
 configdir =    ${etcdir}/udev/
-srcdir = .
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}