diff libtests/libtest.mk @ 378:ac1662433fe6

Add dependencies to test utils and API header for library test executables.
author mas01cr
date Sun, 16 Nov 2008 21:18:34 +0000
parents 336e4b74adc8
children 78fed0d4c108 342822c2d49a
line wrap: on
line diff
--- a/libtests/libtest.mk	Fri Nov 14 21:15:09 2008 +0000
+++ b/libtests/libtest.mk	Sun Nov 16 21:18:34 2008 +0000
@@ -27,7 +27,7 @@
 $(LIBRARY): $(LIBRARY_VERS)
 	-ln -s $< $@
 
-test1: prog1.c
+test1: prog1.c ../test_utils_lib.h ../../audioDB_API.h
 	gcc -Wall $(ARCH_FLAGS) -laudioDB -L. -Wl,-rpath,. -o $@ $<
 
 clean: