diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-04-12 18:53:31 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-04-12 18:58:54 -0400 |
commit | df768a72b5e6b114b596a1779476f033a6947eb3 (patch) | |
tree | 4ece6ecc5541da690381efe392c6871668e5f934 /src | |
parent | 4a891daec07f271ce0e0a54b1a6e84ba74f54851 (diff) |
src/shared/Makefile.am: fix make dist-check
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Makefile.am b/src/shared/Makefile.am index 6dfd91f4cf..ac40f48c07 100644 --- a/src/shared/Makefile.am +++ b/src/shared/Makefile.am @@ -39,6 +39,7 @@ noinst_HEADERS = \ dev-setup.h \ exit-status.h \ fileio.h \ + formats-util.h \ hashmap.h \ ioprio.h \ label.h \ |