File: Makefile.am

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

INCLUDES += -I$(top_srcdir)/output_modules -I$(top_srcdir)/logs

MODULE_SRCS = html.h html.cc conf.h conf.cc

noinst_LIBRARIES = libwfhtml.a
libwfhtml_a_SOURCES = $(MODULE_SRCS)

#module_LTLIBRARIES = libwfhtml.la
#libwfhtml_la_SOURCES = $(MODULE_SRCS)
#libwfhtml_la_LIBADD = $(top_srcdir)/netobjs/libwfnetobjs.la