Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.

This commit is contained in:
skarg
2008-09-07 04:13:58 +00:00
parent 6398d5075a
commit 224d74f417
9 changed files with 185 additions and 1201 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ OPTIMIZATION = -O0
CFLAGS = -Wall $(DEBUGGING) $(OPTIMIZATION) $(INCLUDES) $(DEFINES)
LFLAGS = -Wl,-Map=$(TARGET).map,$(LIBRARIES)
SRCS = main.c npdu.c
SRCS = main.c h_npdu.c
OBJS = ${SRCS:.c=.o}