File: Makefile.am

package info (click to toggle)
prelude-lml 0.8.6-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,020 kB
  • ctags: 439
  • sloc: sh: 8,150; ansic: 3,798; makefile: 148
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
SUBDIRS = ruleset

DEFS = @defined@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/include 

simple_la_SOURCES = simple.c
simple_la_LDFLAGS = -module -avoid-version
simpledir = $(log_plugin_dir)
simple_LTLIBRARIES = simple.la