[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Wed Jul 16 03:55:47 PDT 2014


 Makefile.am |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 5c059d2ead0787a90732d27ed1b485d236abf641
Author: Michael Biebl <biebl at debian.org>
Date:   Wed Jul 16 12:09:47 2014 +0200

    build-sys: don't move libgudev to /lib
    
    It depends on libgobject and libgmodule which are installed in /usr/lib.

diff --git a/Makefile.am b/Makefile.am
index a492a1f..94cd402 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3373,16 +3373,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 += \



More information about the systemd-commits mailing list