~ubuntu-branches/ubuntu/maverick/polygraph/maverick

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.5

SUBDIRS		= . src workloads tools

noinst_HEADERS = post-config.h

EXTRA_DIST = \
	common.h2m \
	change.log \
	INSTALL \
	README \
	LICENSE \
	NOTICE \
	bootstrap.sh

notrans_dist_man7_MANS = polygraph.man

include $(top_srcdir)/common.am