summaryrefslogtreecommitdiff
path: root/src/udev/cdrom_id
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-17 00:33:19 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-17 00:33:19 -0500
commita27ee4898f1d423de21edcddfdf97e9d63c88307 (patch)
tree4ed42f8ae245a321fd9a26f68cf0f59aa4167c9b /src/udev/cdrom_id
parent8b9605d16a070dcfb4fdf2c88d2f361c9db48d18 (diff)
src/udev: breakout Makefile.am for helpers
Diffstat (limited to 'src/udev/cdrom_id')
-rw-r--r--src/udev/cdrom_id/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/udev/cdrom_id/Makefile.am b/src/udev/cdrom_id/Makefile.am
new file mode 100644
index 0000000000..b08faeb77a
--- /dev/null
+++ b/src/udev/cdrom_id/Makefile.am
@@ -0,0 +1,14 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
+rootprefix=@rootprefix@
+udevlibexecdir=$(rootprefix)/lib/udev
+
+udevlibexec_PROGRAMS = \
+ cdrom_id
+
+cdrom_id_SOURCES = \
+ cdrom_id.c
+
+cdrom_id_LDADD = \
+ $(top_srcdir)/src/libudev/libudev-private.la \
+ $(top_srcdir)/src/udev/libudev-core.la