5 lines
59 B
Makefile
5 lines
59 B
Makefile
VPATH+= ${TOPDIR}/zlib
|
|
|
|
SRCS+= zlib_filter.cc
|
|
|
|
LDADD+= -lz
|