Changeset View
Changeset View
Standalone View
Standalone View
Makefile.am
1 | ACLOCAL_AMFLAGS = -I m4 | 1 | ACLOCAL_AMFLAGS = -I m4 | ||
---|---|---|---|---|---|
2 | AM_MAKEFLAGS = --no-print-directory | 2 | AM_MAKEFLAGS = --no-print-directory | ||
3 | AM_DISTCHECK_CONFIGURE_FLAGS = \ | 3 | AM_DISTCHECK_CONFIGURE_FLAGS = \ | ||
4 | --with-tests=regular \ | 4 | --with-tests=regular \ | ||
5 | --with-systemdunitdir=. \ | 5 | --with-systemdunitdir=. \ | ||
6 | --enable-always-build-examples | 6 | --enable-always-build-examples \ | ||
7 | --disable-dependency-tracking | ||||
7 | 8 | | |||
8 | SUBDIRS = src data doc | 9 | SUBDIRS = src data doc | ||
9 | 10 | | |||
10 | if HAVE_PO | 11 | if HAVE_PO | ||
11 | 12 | | |||
12 | SUBDIRS += po | 13 | SUBDIRS += po | ||
13 | 14 | | |||
14 | endif | 15 | endif | ||
▲ Show 20 Lines • Show All 521 Lines • Show Last 20 Lines |