]> err.no Git - util-linux/commitdiff
blkid: add tst_types.c to Makefile.am
authorKarel Zak <kzak@redhat.com>
Fri, 17 Apr 2009 10:35:31 +0000 (12:35 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 17 Apr 2009 10:35:31 +0000 (12:35 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/src/Makefile.am

index 61a7ca06b5f5472600d4d7ea5936143f4b7905b5..8c95a47f607767d9b20ac5808c59b5389a1f126d 100644 (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)