diff options
author | Karel Zak <kzak@redhat.com> | 2011-01-19 09:42:28 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-19 09:42:28 +0100 |
commit | bded43d7ca85ac0b81e24c0bde36d306ae9add35 (patch) | |
tree | 33809d4c51a06f0331c1ccea043ffa050a0fc310 | |
parent | f633ad4e3155c45bc569e69a1ce2950b812ded87 (diff) | |
download | util-linux-old-bded43d7ca85ac0b81e24c0bde36d306ae9add35.tar.gz |
build-sys: add rpmatch.h to Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 1def42a9..106ed6fb 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -28,4 +28,5 @@ dist_noinst_HEADERS = \ wholedisk.h \ widechar.h \ writeall.h \ + rpmatch.h \ xalloc.h |