You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
358 B
18 lines
358 B
@SET_MAKE@
|
|
APXS=@APXS@
|
|
AP_INCLUDE=@AP_INCLUDE@
|
|
APR_INCLUDE=@APR_INCLUDE@
|
|
|
|
SRCS=mod_entropy.c \
|
|
mod_entropy_get_entropy_bits.c \
|
|
mod_entropy_add_entropy.c
|
|
|
|
OBJS=mod_entropy.o \
|
|
mod_entropy_get_entropy_bits.o \
|
|
mod_entropy_add_entropy.o
|
|
|
|
mod_entropy.so:
|
|
${APXS} -c ${SRCS}
|
|
|
|
install: mod_entropy.so
|
|
${APXS} -i -a -n entropy mod_entropy.la
|