summaryrefslogtreecommitdiff
path: root/extras/floppy/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'extras/floppy/Makefile.am')
-rw-r--r--extras/floppy/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/extras/floppy/Makefile.am b/extras/floppy/Makefile.am
deleted file mode 100644
index 05f7a0f167..0000000000
--- a/extras/floppy/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-include $(top_srcdir)/Makefile.am.inc
-
-libexec_PROGRAMS = \
- create_floppy_devices
-
-create_floppy_devices_SOURCES = \
- create_floppy_devices.c
-
-create_floppy_devices_LDADD = \
- $(top_builddir)/libudev/libudev-private.la
-
-if WITH_SELINUX
-create_floppy_devices_LDADD += \
- $(SELINUX_LIBS)
-endif