File: Makefile.am

package info (click to toggle)
libcgroup 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,840 kB
  • sloc: ansic: 15,527; python: 8,219; cpp: 5,652; sh: 5,209; yacc: 470; makefile: 419; lex: 38
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS= -I m4
DIST_SUBDIRS = dist doc include scripts src tests samples
SUBDIRS = $(DIST_SUBDIRS)

EXTRA_DIST = README_daemon libcgroup.doxyfile README_systemd CONTRIBUTING.md \
	     THIRD_PARTY_LICENSES.txt

AM_DISTCHECK_CONFIGURE_FLAGS = --sysconfdir=/etc --localstatedir=/var \
			       --enable-opaque-hierarchy="name=systemd" \
			       --enable-python

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