File: Makefile.in

package info (click to toggle)
libapache2-mod-qos 11.76-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,364 kB
  • sloc: ansic: 16,601; sh: 997; makefile: 34
file content (10 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10

include $(top_srcdir)/build/special.mk

# use the -lcrypto option when loading mod_qos as a DSO into
# an Apache with dynamically loaded OpenSSL library (e.g. when not
# using mod_ssl)
SH_LDFLAGS += -lcrypto
SH_LDFLAGS += -lpcre
LDFLAGS += -lcrypto
LDFLAGS += -lpcre