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 (29 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Makefile.am for libatalk/util/

noinst_LTLIBRARIES = libutil.la

AM_CFLAGS = -I$(top_srcdir)/sys

libutil_la_SOURCES = \
	atalk_addr.c	\
	bprint.c	\
	cnid.c		\
	fault.c		\
	getiface.c	\
	locking.c   \
	logger.c	\
	module.c	\
	queue.c     \
	server_child.c	\
	server_ipc.c	\
	server_lock.c	\
	socket.c        \
	strcasestr.c    \
	strdicasecmp.c	\
	strlcpy.c	\
	volinfo.c \
	unix.c

if HAVE_ATFUNCS
libutil_la_SOURCES += ftw.c
endif