]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add test_utils.h to test_utils_SOURCES, fixes use of 'make dist'.
authorAndres Mejia <amejia004@gmail.com>
Sat, 22 Sep 2012 00:30:34 +0000 (20:30 -0400)
committerAndres Mejia <amejia004@gmail.com>
Sat, 22 Sep 2012 00:30:34 +0000 (20:30 -0400)
Makefile.am

index c90e08e70787c893f27f4c437934d1730555c351..a35e55f10acdba1c0702fb3c03c59e6e25c53d4a 100644 (file)
@@ -250,7 +250,8 @@ pkgconfig_DATA = build/pkgconfig/libarchive.pc
 
 # Sources needed by all test programs
 test_utils_SOURCES= \
-       test_utils/test_utils.c
+       test_utils/test_utils.c \
+       test_utils/test_utils.h
 
 #
 #