mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Now using one file per line (sorted). This is the better way to handle it, since it reduces the possibility of merge conflicts.
14 lines
229 B
Makefile
14 lines
229 B
Makefile
lib_LTLIBRARIES = libalp2.la
|
|
|
|
include_HEADERS = alp2.h \
|
|
alp2_pp.h
|
|
|
|
libalp2_la_SOURCES = alp2.c \
|
|
alp2_pp.c
|
|
|
|
libalp2_la_CFLAGS = @APR_CFLAGS@ \
|
|
@APU_CFLAGS@
|
|
|
|
libalp2_la_LDFLAGS = @APR_LDFLAGS@ \
|
|
@APU_LDFLAGS@
|