mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
4dea370d49
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h.
13 lines
180 B
Makefile
13 lines
180 B
Makefile
include $(top_srcdir)/Makefile.am.inc
|
|
|
|
udevhomedir = $(udev_prefix)/lib/udev
|
|
dist_udevhome_SCRIPTS = \
|
|
path_id
|
|
|
|
dist_man_MANS = \
|
|
path_id.8
|
|
|
|
distclean-local:
|
|
rm -f Makefile.in
|
|
|