summaryrefslogtreecommitdiff
path: root/src/mtd_probe/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtd_probe/Makefile.am')
-rw-r--r--src/mtd_probe/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mtd_probe/Makefile.am b/src/mtd_probe/Makefile.am
index dc87d37fe3..2c6cca00ae 100644
--- a/src/mtd_probe/Makefile.am
+++ b/src/mtd_probe/Makefile.am
@@ -3,13 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
rootprefix=@rootprefix@
udevlibexecdir=$(rootprefix)/lib/udev
-AM_CPPFLAGS = \
- -include $(top_builddir)/config.h \
- -DROOTPREFIX=\"$(rootprefix)\" \
- -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
- -I $(top_srcdir)/src/libudev \
- -I $(top_srcdir)/src/udev
-
udevlibexec_PROGRAMS = \
mtd_probe
@@ -17,6 +10,3 @@ mtd_probe_SOURCES = \
mtd_probe.c \
mtd_probe.h \
probe_smartmedia.c
-
-mtd_probe_CPPFLAGS = \
- $(AM_CPPFLAGS)