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 (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
noinst_LTLIBRARIES += libmisc.la

libmisc_la_SOURCES = \
	libmisc/uid_gid_lookup.c \
	libmisc/high_water_alloc.c \
	libmisc/next_line.c \
	libmisc/quote.c \
	libmisc/unquote.c \
	libmisc/walk_tree.c