chiark / gitweb /
54580661feb89a469cc915e717da08eb98bee2e2
[elogind.git] / extras / ata_id / Makefile.am
1 include $(top_srcdir)/Makefile.am.inc
2
3 libexec_PROGRAMS = \
4         ata_id
5
6 ata_id_SOURCES = \
7         ata_id.c
8
9 ata_id_LDADD = \
10         $(top_builddir)/libudev/libudev-private.la
11