mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-19 08:28:12 +02:00
15 lines
466 B
Makefile
15 lines
466 B
Makefile
noinst_SCRIPTS = new-object.sh
|
|
|
|
initrdscriptdir = $(libexecdir)/plymouth
|
|
initrdscript_SCRIPTS = plymouth-update-initrd plymouth-populate-initrd
|
|
|
|
sbinscriptsdir = $(sbindir)
|
|
sbinscripts_SCRIPTS = plymouth-set-default-plugin
|
|
|
|
if ADD_BOOT_ENTRY
|
|
install-data-hook:
|
|
PLYMOUTH_LOGO_FILE=$(logofile) $(initrdscriptdir)/plymouth-update-initrd
|
|
endif
|
|
|
|
EXTRA_DIST=$(initrdscript_SCRIPTS) $(sbinscripts_SCRIPTS) $(noinst_SCRIPTS) default.cfg
|
|
MAINTAINERCLEANFILES = Makefile.in
|