summaryrefslogtreecommitdiff
path: root/src/ata_id/Makefile.am
diff options
context:
space:
mode:
authorblueness <basile@opensource.dyc.edu>2014-08-06 06:36:03 -0400
committerblueness <basile@opensource.dyc.edu>2014-08-06 06:36:03 -0400
commitcb2823bc026644ae56c9d257591d28a4f3110f4b (patch)
tree28cdd75fec8c6c6a2cf69c9668add048c10370f8 /src/ata_id/Makefile.am
parent4b8733ffe9c0fe8e5a527186d323dab93e43fb37 (diff)
parentb1ac60946d1625e14029ea9b7fa3aa4c06e0795f (diff)
Merge pull request #96 from gentoo/refactor-shared
src/shared: refactor shared code
Diffstat (limited to 'src/ata_id/Makefile.am')
-rw-r--r--src/ata_id/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ata_id/Makefile.am b/src/ata_id/Makefile.am
index d0c6a46e12..2dca2c1257 100644
--- a/src/ata_id/Makefile.am
+++ b/src/ata_id/Makefile.am
@@ -1,8 +1,8 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = \
- -I $(top_srcdir)/src/libudev \
- -I $(top_srcdir)/src/udev
+ -I $(top_srcdir)/src/shared \
+ -I $(top_srcdir)/src/libudev
udevlibexec_PROGRAMS = \
ata_id