~ubuntu-branches/ubuntu/maverick/xserver-xorg-input-evdev/maverick-updates

« back to all changes in this revision

Viewing changes to Makefile.am

Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
20
 
21
21
AUTOMAKE_OPTIONS = foreign
22
 
SUBDIRS = src man include
 
22
 
 
23
# Ensure headers are installed below $(prefix) for distcheck
 
24
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
 
25
 
 
26
if BUILD_TEST
 
27
test_dir=test
 
28
endif
 
29
 
 
30
SUBDIRS = src man include $(test_dir)
23
31
 
24
32
pkgconfigdir = $(libdir)/pkgconfig
25
33
pkgconfig_DATA = xorg-evdev.pc
26
34
 
27
 
EXTRA_DIST = ChangeLog autogen.sh
 
35
EXTRA_DIST = ChangeLog
28
36
 
29
37
MAINTAINERCLEANFILES=ChangeLog
30
38
 
31
39
.PHONY: ChangeLog
32
40
 
33
41
ChangeLog:
34
 
        (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
35
 
        (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
42
        $(CHANGELOG_CMD)
36
43
 
37
44
dist-hook: ChangeLog