From 6d8402ab2dd461cba86767edcde29c2dce22b4bf Mon Sep 17 00:00:00 2001
From: lhoerl <coder@lolux.de>
Date: 摹曛, 06 8月 2015 18:00:04 +0800
Subject: [PATCH] Added downloadlink for National Instruments CVI evaluation version CVI 2012SP1

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

diff --git a/libscpi/Makefile b/libscpi/Makefile
index c703e8a..137ffef 100644
--- a/libscpi/Makefile
+++ b/libscpi/Makefile
@@ -13,7 +13,7 @@
 STATICLIB = lib$(LIBNAME).a
 
 SRCS = $(addprefix src/, \
-	debug.c error.c fifo.c ieee488.c \
+	error.c fifo.c ieee488.c \
 	minimal.c parser.c units.c utils.c \
 	lexer.c \
 	)
@@ -21,7 +21,7 @@
 OBJS = $(addprefix $(OBJDIR)/, $(notdir $(SRCS:.c=.o)))
 
 HDRS = $(addprefix inc/scpi/, \
-	scpi.h constants.h debug.h error.h \
+	scpi.h constants.h error.h \
 	ieee488.h minimal.h parser.h types.h units.h \
 	) \
 	$(addprefix src/, \

--
Gitblit v1.9.1