summaryrefslogtreecommitdiff
path: root/Makefile.am.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
deleted file mode 100644
index 59d21aa22e..0000000000
--- a/Makefile.am.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-AM_CPPFLAGS = \
- -include $(top_builddir)/config.h \
- -I$(top_srcdir)/libudev \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DLIBEXECDIR=\""$(libexecdir)"\"
-
-AM_CFLAGS =
-
-AM_LDFLAGS = \
- -Wl,--as-needed
-
-udevrulesdir = \
- $(libexecdir)/rules.d
-