mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
include $(top_srcdir)/Makefile.am.inc
|
|
|
|
libexec_PROGRAMS = \
|
|
ata_id
|
|
|
|
ata_id_SOURCES = \
|
|
ata_id.c
|
|
|
|
ata_id_LDADD = \
|
|
$(top_builddir)/libudev/libudev-private.la
|
|
|