part 2 --yali deps--

This commit is contained in:
Ertuğrul Erata
2015-08-04 13:47:51 +03:00
parent 8e328a7158
commit b7f3e05d5f
26 changed files with 846 additions and 0 deletions
@@ -0,0 +1,19 @@
diff --git a/Makefile b/Makefile
index 1b40530..dfaf3f7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,12 @@ VERSION := $(shell awk '/Version:/ { print $$2 }' python-pyblock.spec)
RELEASE := $(shell awk -F '[ %]' '/Release:/ { print $$2 }' python-pyblock.spec)
USESELINUX = 1
-dm_LIBS = dmraid devmapper
+dm_LIBS = devmapper python2.7
ifeq (1, $(USESELINUX))
dm_LIBS += selinux
CFLAGS += -DUSESELINUX=1
endif
-dmraid_LIBS = dmraid devmapper
+dmraid_LIBS = dmraid python2.7
PYFILES=__init__.py maps.py device.py
LIBS = dmmodule.so dmraidmodule.so