summaryrefslogtreecommitdiff
path: root/src/udev/collect/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/udev/collect/Makefile.am')
-rw-r--r--src/udev/collect/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/udev/collect/Makefile.am b/src/udev/collect/Makefile.am
deleted file mode 100644
index 4c954b99a9..0000000000
--- a/src/udev/collect/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
-rootprefix=@rootprefix@
-udevlibexecdir=$(rootprefix)/lib/udev
-
-udevlibexec_PROGRAMS = \
- collect
-
-collect_SOURCES = \
- collect.c
-
-collect_LDADD = \
- $(top_srcdir)/src/libudev/libudev-private.la \
- $(top_srcdir)/src/udev/libudev-core.la