Dolda2000 GitWeb
/
doldaconnect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add SHARES and USER AUTHORIZATION sections.
[doldaconnect.git]
/
daemon
/
Makefile.am
1
bin_PROGRAMS=doldacond
2
doldacond_SOURCES= main.c \
3
search.c \
4
search.h \
5
transfer.c \
6
transfer.h \
7
sysevents.h \
8
module.h \
9
filenet.c \
10
filenet.h \
11
fnet-dc.c \
12
fnet-adc.c \
13
auth.c \
14
auth.h \
15
auth-pam.c \
16
auth-krb5.c \
17
auth-unix.c \
18
client.c \
19
client.h \
20
net.c \
21
net.h \
22
log.c \
23
ui.c \
24
conf.c \
25
conf.h
26
27
AM_CPPFLAGS=-I$(top_srcdir)/include -DDAEMON
28
29
EXTRA_DIST=emacs-local
30
doldacond_LDADD=$(top_srcdir)/common/libcommon.a \
31
@KRB5_LDADD@ -lbz2 -lz