summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Just <samuel.just@dreamhost.com>2011-03-07 16:03:08 -0800
committerSage Weil <sage@newdream.net>2011-03-10 16:08:39 -0800
commit863ef7c3312b41bc933e0a0dc29fccf8669bc51c (patch)
treebf08904510177e9ac0e66a477ed22a720d44aa72 /Makefile.am
parent95db4c5cb868c26567e3f5095108481aa7e76a80 (diff)
downloadceph-863ef7c3312b41bc933e0a0dc29fccf8669bc51c.tar.gz
debian: add udev rules
Add /lib/udev/rules.d/50-rbd.rules to debian package. Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4d5387c9017..b2200d9d442 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ SUBDIRS = . src qa man
EXTRA_DIST += \
src/test/run-cli-tests \
src/test/cli \
- src/test/downloads
+ src/test/downloads \
+ udev/50-rbd.rules
check-local:
# Build gtest before we build our own tests. Doing this instead
# of SUBDIRS because with that, gtest's own tests would be run