mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
build-sys: don't move libgudev to /lib
It depends on libgobject and libgmodule which are installed in /usr/lib.
This commit is contained in:
parent
3f2b585466
commit
5c059d2ead
10
Makefile.am
10
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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user