mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-11-01 00:51:08 +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.
19 lines
230 B
Makefile
19 lines
230 B
Makefile
include $(top_srcdir)/Makefile.am.inc
|
|
|
|
SUBDIRS = \
|
|
ata_id \
|
|
cdrom_id \
|
|
edd_id \
|
|
path_id \
|
|
firmware \
|
|
collect \
|
|
floppy \
|
|
fstab_import \
|
|
rule_generator \
|
|
scsi_id \
|
|
usb_id \
|
|
volume_id
|
|
|
|
distclean-local:
|
|
rm -f Makefile.in
|