From cece739275710b06aef9b6d38fb63d7028571bff Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周二, 14 4月 2015 03:37:41 +0800
Subject: [PATCH] Final resolution of #18, #19 and #28

---
 libscpi/Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libscpi/Makefile b/libscpi/Makefile
index d20e0a4..c256198 100644
--- a/libscpi/Makefile
+++ b/libscpi/Makefile
@@ -30,12 +30,12 @@
 HDRS = $(addprefix inc/scpi/, \
 	scpi.h constants.h debug.h error.h \
 	fifo.h ieee488.h minimal.h parser.h \
-	types.h units.h \
-	) src/utils.h
+	types.h units.h utils_private.h \
+	)
 
 
 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