From 730831504cde7db84721e75a8f942ffc32300fe2 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周三, 25 12月 2013 04:56:32 +0800 Subject: [PATCH] Refactor bool_t to scpi_bool_t --- libscpi/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index d20e0a4..9fc5817 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -35,7 +35,7 @@ TESTS = $(addprefix test/, \ - test_fifo.c test_scpi_utils.c \ + test_fifo.c test_scpi_utils.c test_lib.c \ ) TESTS_OBJS = $(TESTS:.c=.o) -- Gitblit v1.9.1