aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-04 19:22:51 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-04 19:22:55 +0200
commit775c24e79fd81740a9633a5b7cee854c89faf36c (patch)
tree17127b624b5eac3697a491c7c0a6d220d3cbd4fb /Makefile
parentadd dist (diff)
downloadlibgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.gz
libgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.bz2
libgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.xz
split out and doc lib update warnings from test.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 710e207..22638ba 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ bin/test: $(foreach O,$(TESTOBJ),obj/test/$(O).o) bin/libgamma.so.$(LIB_VERSION)
mkdir -p $(shell dirname $@)
$(CC) $(TEST_FLAGS) $(LIBS_LD) -Lbin -lgamma -o $@ $(foreach O,$(TESTOBJ),obj/test/$(O).o)
-obj/test/%.o: src/test/%.c src/lib/libgamma*.h
+obj/test/%.o: src/test/%.c src/test/*.h src/lib/libgamma*.h
mkdir -p $(shell dirname $@)
$(CC) $(TEST_FLAGS) -Isrc/lib -c -o $@ $<