File: Makefile.am

package info (click to toggle)
liblognorm 2.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,696 kB
  • sloc: ansic: 11,634; sh: 2,639; makefile: 255; python: 34
file content (15 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = compat src tools
if ENABLE_DOCS
    SUBDIRS += doc
endif

EXTRA_DIST = rulebases \
	COPYING.ASL20
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lognorm.pc

ACLOCAL_AMFLAGS = -I m4

if ENABLE_TESTBENCH
    SUBDIRS += tests
endif