diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
commit | 9362c381072627b08ca42d6d9f909f9597902dfa (patch) | |
tree | 0ce35b3bdef1d078a6d3714b7a3ce6a69d54105b /Makefile | |
parent | info: m (diff) | |
download | libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.gz libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.bz2 libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.xz |
m fixes + print all crtc info , except connector type and subpixel order, in the test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +obj/test/%.o: src/test/%.c src/lib/libgamma*.h mkdir -p $(shell dirname $@) $(CC) $(TEST_FLAGS) -Isrc/lib -c -o $@ $< |