blkid: add tst_types.c to Makefile.am

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2009-04-17 12:35:31 +02:00
parent 0f88c9c395
commit 2faf43f935
1 changed files with 1 additions and 1 deletions

View File

@ -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)