summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-16 12:09:47 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-19 17:24:15 -0400
commit78c27a998f1d05c55710d9e00f28916eb263c201 (patch)
tree97c72bb3e54395751f9574706b765cbcf3c5c3f3
parent880fa850aef7f5a28834f5c08a28ac4e9d885f8e (diff)
build-sys: don't move libgudev to /lib
It depends on libgobject and libgmodule which are installed in /usr/lib. (cherry picked from commit 5c059d2ead0787a90732d27ed1b485d236abf641) (cherry picked from commit c46cee9156e8785fc70e8528d6deb402bef06ca0)
-rw-r--r--Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index d57d89018..205ea50e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2682,16 +2682,6 @@ typelibs_DATA = \
CLEANFILES += $(gir_DATA) $(typelibs_DATA)
endif # HAVE_INTROSPECTION
-
-# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
-libgudev-install-hook:
- libname=libgudev-1.0.so && $(move-to-rootlibdir)
-
-libgudev-uninstall-hook:
- rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so*
-
-INSTALL_EXEC_HOOKS += libgudev-install-hook
-UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook
endif
EXTRA_DIST += \