diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 11:44:13 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 11:44:13 -0500 |
commit | 5c40c23567ca5ec9fe702c3455e7a6d4c52d9324 (patch) | |
tree | a59f695c43c16547c9b63487430e7e7de06be6f4 /src/Makefile.am | |
parent | 67cae770344f23658562dffff95e77967543c475 (diff) |
Fix all Makefile.am: work towards 'make distcheck' sanity
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 994ef75cc9..e39260f020 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,9 @@ ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = \ libudev \ udev \ - gudev + gudev \ + include # test |