update Intel copyright years to 2014
[dpdk.git] / examples / qos_sched / Makefile
index 31ee7a4..f8f12dc 100755 (executable)
@@ -1,6 +1,6 @@
 #   BSD LICENSE
 # 
-#   Copyright(c) 2010-2013 Intel Corporation. All rights reserved.
+#   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
 #   All rights reserved.
 # 
 #   Redistribution and use in source and binary forms, with or without
@@ -47,7 +47,7 @@ endif
 APP = qos_sched
 
 # all source are stored in SRCS-y
-SRCS-y := main.c args.c init.c app_thread.c cfg_file.c
+SRCS-y := main.c args.c init.c app_thread.c cfg_file.c cmdline.c stats.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)