diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-05-15 19:52:18 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-05-15 19:52:18 -0400 |
commit | 9611fc1fc7cc41ddba85b343db19994a00c8878f (patch) | |
tree | 69f770332969974d4fe89de14fb821d219c69c0c /src/scsi_id/Makefile.am | |
parent | f8e5fbd9c8b209e556c017bfb420a86e8181dfa7 (diff) |
src/scsi_id/scsi_id.c: remove redeclaration of VERSION
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/scsi_id/Makefile.am')
-rw-r--r-- | src/scsi_id/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scsi_id/Makefile.am b/src/scsi_id/Makefile.am index cb30e73e1a..6050eb9347 100644 --- a/src/scsi_id/Makefile.am +++ b/src/scsi_id/Makefile.am @@ -1,7 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ - -DVERSION \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev |