[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
arla 0.36.2-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 13,236 kB
  • ctags: 12,096
  • sloc: ansic: 125,016; sh: 10,590; makefile: 5,533; asm: 1,617; objc: 1,236; yacc: 372; perl: 367; lex: 309; awk: 35; lisp: 14
file content (28 lines) | stat: -rw-r--r-- 433 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
24
25
26
27
28
#
# $Id: Makefile.am,v 1.4 2003/11/13 15:37:03 lha Exp $
#

include $(top_srcdir)/Makefile.am.common

noinst_LTLIBRARIES = librxkad.la

INCLUDES += -I. 			\
	-I$(srcdir)			\
	-I../include			\
	-I$(srcdir)/../include		\
	-I.. -I$(srcdir)/..		\
	$(INC_roken) 			\
	$(KRB5_INC_FLAGS)

librxkad_la_SOURCES =			\
	rxk_locl.c			\
	rxk_clnt.c			\
	rxk_crpt.c			\
	osi_alloc.c			\
	rxk_info.c			\
	rxk_serv.c


LDADD = \
	$(KRB5_LIB_FLAGS)