File: Makefile.am

package info (click to toggle)
modsecurity-apache 2.9.3-3%2Bdeb11u2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,856 kB
  • sloc: ansic: 51,388; sh: 4,516; perl: 2,340; cpp: 1,930; makefile: 605; xml: 6
file content (23 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

bin_SCRIPTS = mlogc-batch-load.pl

bin_PROGRAMS = mlogc

mlogc_SOURCES = mlogc.c

mlogc_CPPFLAGS = @APR_CPPFLAGS@ \
    @PCRE_CPPFLAGS@ \
    @CURL_CPPFLAGS@ \
    -I$(top_srcdir)/apache2

mlogc_CFLAGS = @APR_CFLAGS@ \
    @CURL_CFLAGS@ \
    @PCRE_CFLAGS@
    
mlogc_LDFLAGS = @APR_LDFLAGS@ \
    @CURL_LDFLAGS@ \
    @PCRE_LDFLAGS@
    
mlogc_LDADD = @APR_LDADD@ \
    @CURL_LDADD@ \
    @PCRE_LDADD@