File: Makefile.am

package info (click to toggle)
bind9 1%3A9.20.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,380 kB
  • sloc: ansic: 315,561; sh: 50,116; python: 23,452; perl: 3,734; makefile: 2,247
file content (15 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/Makefile.top

AM_CPPFLAGS +=			\
	$(LIBISC_CFLAGS)	\
	$(LIBDNS_CFLAGS)	\
	$(LIBNS_CFLAGS)		\
	$(LIBISCCFG_CFLAGS)

pkglib_LTLIBRARIES = filter-aaaa.la
pkglib_LTLIBRARIES += filter-a.la

filter_aaaa_la_SOURCES = filter-aaaa.c
filter_a_la_SOURCES = filter-a.c
filter_aaaa_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
filter_a_la_LDFLAGS = -avoid-version -module -shared -export-dynamic