File: Makefile.am

package info (click to toggle)
prelude-manager 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 8,896 kB
  • sloc: ansic: 47,118; sh: 12,740; makefile: 261
file content (20 lines) | stat: -rw-r--r-- 529 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
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/libmissing @XML_CPPFLAGS@ @LIBPRELUDE_CFLAGS@ -DIDMEF_DTD=\"@MANAGER_DATA_DIR@/xmlmod/idmef-message.dtd\"
AM_CFLAGS = @GLOBAL_CFLAGS@

xmlmod_la_LDFLAGS = -module -avoid-version

if HAVE_XML2

xmlmod_la_SOURCES = xmlmod.c
xmlmod_la_LIBADD  = @XML_LIBS@
xmlmoddir = $(libdir)/prelude-manager/reports
xmlmod_LTLIBRARIES = xmlmod.la

xmldtd_DATA = idmef-message.dtd
xmldtddir   = $(MANAGER_DATA_DIR)/xmlmod

EXTRA_DIST = $(xmldtd_DATA)

endif

-include $(top_srcdir)/git.mk