1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00
systemd/extras/scsi_id/Makefile.am
Kay Sievers e598c5738c libudev: get rid of selinux
"Hello world!" linked against libselinux parses /proc/mounts and
whatever else on startup, even when the lib is not needed at all.
Not funny! Get rid of that thing where it's not absolutely needed.
2008-10-02 18:48:40 +02:00

26 lines
385 B
Makefile

include $(top_srcdir)/Makefile.am.inc
udevhomedir = $(udev_prefix)/lib/udev
udevhome_PROGRAMS = \
scsi_id
scsi_id_SOURCES = \
scsi_id.c \
scsi_serial.c \
scsi.h \
scsi_id.h \
bsg.h \
../../udev/lib/libudev.h \
../../udev/lib/libudev.c \
../../udev/lib/libudev-util.c
dist_sysconf_DATA = \
scsi_id.config
dist_man_MANS = \
scsi_id.8
distclean-local:
rm -f Makefile.in