mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-18 16:08:13 +02:00
19 lines
745 B
Makefile
19 lines
745 B
Makefile
SUBDIRS = src themes images scripts systemd-units po
|
|
|
|
if BUILD_DOCUMENTATION
|
|
SUBDIRS += docs
|
|
endif
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-tests --disable-systemd-integration
|
|
|
|
EXTRA_DIST = build-tools/config.rpath ChangeLog \
|
|
README.md
|
|
|
|
MAINTAINERCLEANFILES = aclocal.m4 \
|
|
config.h.in \
|
|
config.h.in~ \
|
|
config.sub \
|
|
configure \
|
|
Makefile.in
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|