mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-03-12 00:40:35 +01:00
17 lines
714 B
Makefile
17 lines
714 B
Makefile
SUBDIRS = src themes images scripts systemd-units
|
|
|
|
if BUILD_DOCUMENTATION
|
|
SUBDIRS += docs
|
|
endif
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-tests --without-system-root-install
|
|
|
|
EXTRA_DIST = ChangeLog \
|
|
README
|
|
|
|
MAINTAINERCLEANFILES = aclocal.m4 \
|
|
config.h.in \
|
|
config.h.in~ \
|
|
config.sub \
|
|
configure \
|
|
Makefile.in
|