7 lines
116 B
Makefile
7 lines
116 B
Makefile
VPATH+= ${TOPDIR}/common
|
|
|
|
SRCS+= buffer.cc
|
|
SRCS+= log.cc
|
|
SRCS+= count_filter.cc
|
|
|
|
CXXFLAGS+=-include common/common.h
|