Moved key.c and keylist.c into library for better management. Thanks Piotr!

This commit is contained in:
skarg
2010-01-13 18:06:42 +00:00
parent d5e0ac54d5
commit ba795a3d2e
4 changed files with 6 additions and 6 deletions
+1 -3
View File
@@ -44,9 +44,7 @@ endif
CFLAGS = -Wall $(DEBUGGING) $(OPTIMIZATION) $(INCLUDES) $(DEFINES)
LFLAGS = -Wl,-Map=$(TARGET).map,$(LIBRARIES)
SRCS = main.c \
$(BACNET_SOURCE)/keylist.c \
$(BACNET_SOURCE)/key.c
SRCS = main.c
OBJS = ${SRCS:.c=.o}