summaryrefslogtreecommitdiff
path: root/src/mtd_probe
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-17 20:29:02 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-18 07:08:19 -0500
commit814a7243680857496595c21a05b8bb6242664d8e (patch)
treec4f289c8d5165777c686b4ba36470b6b1958e254 /src/mtd_probe
parent7730dfb5e1fc7e2f8b1df0eb9ef62c451a5f725f (diff)
Got helper in src/* and make distcheck working
Diffstat (limited to 'src/mtd_probe')
-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)