From 81681dfa8a7d235e49161f3b9458f855d281330b Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 18 1月 2015 16:30:07 +0800
Subject: [PATCH] Merge pull request #19 from j123b567/revert-18-master

---
 libscpi/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libscpi/Makefile b/libscpi/Makefile
index 9fc5817..c256198 100644
--- a/libscpi/Makefile
+++ b/libscpi/Makefile
@@ -30,8 +30,8 @@
 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/, \

--
Gitblit v1.9.1