File: Makefile.am

package info (click to toggle)
wflogs 0.9.8-5.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,252 kB
  • ctags: 3,750
  • sloc: ansic: 12,166; sh: 8,059; cpp: 6,412; lex: 1,525; yacc: 1,430; makefile: 731; sed: 16
file content (20 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/Makefile.general

INCLUDES += -I$(top_srcdir)/input_modules -I$(top_srcdir)/logs \
	    -I@libipulog_incdir@

EXTRA_DIST = netfilter.ll
MODULE_SRCS = netfilter.h netfilter.cc realtime.h realtime.cc

noinst_LIBRARIES = libwfnetfilter.a
libwfnetfilter_a_SOURCES = $(MODULE_SRCS)

netfilter.cc:	netfilter.ll
	$(LEX) $<

#module_LTLIBRARIES = libwfnetfilter.la
#libwfnetfilter_la_SOURCES = $(MODULE_SRCS)
#libwfnetfilter_la_LIBADD = $(top_srcdir)/netobjs/libwfnetobjs.la \
#			$(top_srcdir)/ruleset/libwfruleset.la

MAINTAINERCLEANFILES += netfilter.cc