source: trunk/Makefile.am @ 652

Revision 652, 559 bytes checked in by dcarter, 3 years ago (diff)

see #122 - Merging release 0.8.1 into mainline

Line 
1# Copyright (c) 2005-2008 David Carter <dcarter@arm4.org> and others.
2# All rights reserved.   This program and the accompanying materials
3# are made available under the terms of the Eclipse Public License v1.0
4# which accompanies this distribution, and is available at
5# http://www.eclipse.org/legal/epl-v10.html
6
7#if BUILD_TESTS
8#ARM4_TESTS_SUBDIR = tests
9#endif
10if BUILD_SELINUX
11ARM4_SELINUX_SUBDIR = selinux
12endif
13
14ACLOCAL_AMFLAGS = -I m4
15EXTRA_DIST = configure
16
17SUBDIRS = m4 man doc include src config scripts $(ARM4_TESTS_SUBDIR) $(ARM4_SELINUX_SUBDIR)
Note: See TracBrowser for help on using the repository browser.