diff options
author | Karel Zak | 2009-04-17 12:35:31 +0200 |
---|---|---|
committer | Karel Zak | 2009-04-17 12:35:31 +0200 |
commit | 2faf43f9358112a045e3353149478629303c34be (patch) | |
tree | 6df28efd1eca9a64aca885e9e3161f9183a8acb2 | |
parent | docs: update AUTHORS file (diff) | |
download | kernel-qcow2-util-linux-2faf43f9358112a045e3353149478629303c34be.tar.gz kernel-qcow2-util-linux-2faf43f9358112a045e3353149478629303c34be.tar.xz kernel-qcow2-util-linux-2faf43f9358112a045e3353149478629303c34be.zip |
blkid: add tst_types.c to Makefile.am
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | libs/blkid/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/blkid/src/Makefile.am b/libs/blkid/src/Makefile.am index 61a7ca06b..8c95a47f6 100644 --- a/libs/blkid/src/Makefile.am +++ b/libs/blkid/src/Makefile.am @@ -36,7 +36,7 @@ libblkid_la_LDFLAGS = -Wl,--version-script=$(top_srcdir)/libs/blkid/src/blkid.sy tests = test_cache test_config test_dev test_devname test_devno test_getsize \ test_read test_resolve test_save test_tag test_verify test_evaluate -EXTRA_DIST = blkid.sym +EXTRA_DIST = blkid.sym tst_types.c CLEANFILES = $(tests) tests: all $(tests) |