diff options
author | blueness <basile@opensource.dyc.edu> | 2015-01-21 18:08:51 -0500 |
---|---|---|
committer | blueness <basile@opensource.dyc.edu> | 2015-01-21 18:08:51 -0500 |
commit | 66237235a9e555f30e67e4353bdc30774dc70d37 (patch) | |
tree | ea49a3e768be3a952efaea2d2adcbe9dfe5a4a8a | |
parent | 877de5b8ee5584091c8c10476878324a44467f73 (diff) | |
parent | edc8d804284ad9c266b796bd0175d0f1723db705 (diff) |
Merge pull request #105 from tseeker/fix-compile-ata_id
src/ata_id/Makefile.am: fix compilation error
-rw-r--r-- | src/ata_id/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ata_id/Makefile.am b/src/ata_id/Makefile.am index 2dca2c1257..01acbbafe3 100644 --- a/src/ata_id/Makefile.am +++ b/src/ata_id/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ -I $(top_srcdir)/src/shared \ + -I $(top_srcdir)/src/udev \ -I $(top_srcdir)/src/libudev udevlibexec_PROGRAMS = \ |