File: Makefile.am

package info (click to toggle)
wreport 2.14-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,240 kB
  • ctags: 1,425
  • sloc: sh: 11,322; cpp: 9,823; makefile: 242; python: 207
file content (18 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = wreport src tables testdata
if DO_DOCS
SUBDIRS += doc
endif
SUBDIRS += .

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libwreport.pc

if WIBBLE
pkgconfig_DATA += libwreport-test.pc
endif

EXTRA_DIST = libwreport.pc.in libwreport-test.pc.in run-local runtest wreport.spec TODO-threads INSTALL