File: Makefile.am

package info (click to toggle)
netatalk 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,716 kB
  • sloc: ansic: 85,115; sh: 10,385; perl: 1,703; makefile: 1,363
file content (15 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile.am for libatalk/compat/

noinst_LTLIBRARIES = libcompat.la

libcompat_la_SOURCES =	\
	misc.c \
	mktemp.c	\
	getusershell.c	\
	strcasecmp.c	\
	strstr.c	\
	strdup.c	\
	inet_aton.c	\
	rquota_xdr.c	\
	pselect.c	\
	snprintf.c