mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
build-sys: add org.freedesktop.systemd1.policy to CLEANFILES
ERROR: files left in build directory after distclean: ./src/org.freedesktop.systemd1.policy make[1]: *** [distcleancheck] Error 1
This commit is contained in:
parent
25705583af
commit
3eb4d9a214
@ -340,7 +340,7 @@ EXTRA_DIST = \
|
||||
units/quotacheck.service.in \
|
||||
systemd.pc.in \
|
||||
introspect.awk \
|
||||
src/org.freedesktop.systemd1.policy.in
|
||||
src/org.freedesktop.systemd1.policy.in
|
||||
|
||||
if TARGET_FEDORA
|
||||
dist_systemunit_DATA += \
|
||||
@ -1114,7 +1114,8 @@ CLEANFILES = \
|
||||
$(nodist_userunit_DATA) \
|
||||
$(nodist_man_MANS) \
|
||||
${XML_IN_FILES:.xml.in=.html} \
|
||||
$(pkgconfigdata_DATA)
|
||||
$(pkgconfigdata_DATA) \
|
||||
src/org.freedesktop.systemd1.policy
|
||||
|
||||
if HAVE_VALAC
|
||||
CLEANFILES += \
|
||||
|
Loading…
Reference in New Issue
Block a user