File: Makemodule.am

package info (click to toggle)
acl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,200 kB
  • sloc: ansic: 5,916; sh: 5,379; perl: 279; makefile: 49; sed: 16
file content (23 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tools_ldadd = libacl.la libmisc.la $(LTLIBINTL)

bin_PROGRAMS += chacl
chacl_SOURCES = tools/chacl.c
chacl_LDADD = $(tools_ldadd)

bin_PROGRAMS += getfacl
getfacl_SOURCES = \
	tools/getfacl.c \
	tools/user_group.c \
	tools/user_group.h
getfacl_LDADD = $(tools_ldadd)

bin_PROGRAMS += setfacl
setfacl_SOURCES = \
	tools/do_set.c \
	tools/do_set.h \
	tools/parse.c \
	tools/parse.h \
	tools/sequence.c \
	tools/sequence.h \
	tools/setfacl.c
setfacl_LDADD = $(tools_ldadd)