43ff24c
From c46cee9156e8785fc70e8528d6deb402bef06ca0 Mon Sep 17 00:00:00 2001
43ff24c
From: Michael Biebl <biebl@debian.org>
43ff24c
Date: Wed, 16 Jul 2014 12:09:47 +0200
43ff24c
Subject: [PATCH] build-sys: don't move libgudev to /lib
43ff24c
43ff24c
It depends on libgobject and libgmodule which are installed in /usr/lib.
43ff24c
43ff24c
(cherry picked from commit 5c059d2ead0787a90732d27ed1b485d236abf641)
43ff24c
---
43ff24c
 Makefile.am | 10 ----------
43ff24c
 1 file changed, 10 deletions(-)
43ff24c
43ff24c
diff --git a/Makefile.am b/Makefile.am
43ff24c
index 9847ff50bc..2b0c855da2 100644
43ff24c
--- a/Makefile.am
43ff24c
+++ b/Makefile.am
43ff24c
@@ -3338,16 +3338,6 @@ typelibs_DATA = \
43ff24c
 
43ff24c
 CLEANFILES += $(gir_DATA) $(typelibs_DATA)
43ff24c
 endif # HAVE_INTROSPECTION
43ff24c
-
43ff24c
-# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
43ff24c
-libgudev-install-hook:
43ff24c
-	libname=libgudev-1.0.so && $(move-to-rootlibdir)
43ff24c
-
43ff24c
-libgudev-uninstall-hook:
43ff24c
-	rm -f $(DESTDIR)$(rootlibdir)/libgudev-1.0.so*
43ff24c
-
43ff24c
-INSTALL_EXEC_HOOKS += libgudev-install-hook
43ff24c
-UNINSTALL_EXEC_HOOKS += libgudev-uninstall-hook
43ff24c
 endif
43ff24c
 
43ff24c
 EXTRA_DIST += \