[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
liblognorm 2.0.5-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,032 kB
  • sloc: ansic: 10,232; sh: 6,722; makefile: 246; 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