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.
13 lines
300 B
13 lines
300 B
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
lib_LTLIBRARIES = libmodentropy.la
|
|
|
|
libmodentropy_la_SOURCES = mod_entropy.c
|
|
libmodentropy_la_LDFLAGS = -lrt -lm
|
|
|
|
install: libmodentropy.la
|
|
@APXS@ -i -a -n entropy libmodentropy.la
|
|
|
|
## Define that an include directory is required.
|
|
INCLUDES = -I@AP_INCLUDE@ -I@APR_INCLUDE@
|
|
|