Commit ecdb93cb by devttys0

Merge pull request #33 from liske/ldconfig

Run ldconfig on make install as it is required to use the plugins compre...
parents 26a0ec9b ca7cf106
......@@ -17,6 +17,7 @@ all: build
install: build
make -C $(SRC_C_DIR) install
$(PYTHON) ./setup.py install
ldconfig || true
build:
make -C $(SRC_C_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment