File: Makefile.am

package info (click to toggle)
libcgroup 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,764 kB
  • sloc: ansic: 14,997; cpp: 9,957; python: 8,340; sh: 5,194; yacc: 470; makefile: 400; lex: 38
file content (9 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Using 'nobase_', we what groups.h in /usr/include/libcgroup/ directory
nobase_include_HEADERS = libcgroup.h libcgroup/error.h libcgroup/init.h \
			 libcgroup/groups.h libcgroup/tasks.h \
			 libcgroup/iterators.h libcgroup/config.h \
			 libcgroup/log.h libcgroup/tools.h

if WITH_SYSTEMD
nobase_include_HEADERS += libcgroup/systemd.h
endif