From f65ded7a5945cdaf245502c6fa4cdd96fc9a8a53 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 10 9æ 2015 07:32:53 +0800 Subject: [PATCH] mend --- libscpi/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index ac3a1c7..58719cb 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -18,7 +18,7 @@ SRCS = $(addprefix src/, \ error.c fifo.c ieee488.c \ minimal.c parser.c units.c utils.c \ - lexer.c \ + lexer.c expression.c \ ) OBJS = $(addprefix $(OBJDIR)/, $(notdir $(SRCS:.c=.o))) @@ -26,6 +26,7 @@ HDRS = $(addprefix inc/scpi/, \ scpi.h constants.h error.h \ ieee488.h minimal.h parser.h types.h units.h \ + expression.h \ ) \ $(addprefix src/, \ lexer_private.h utils_private.h fifo_private.h \ -- Gitblit v1.9.1