Extract tiger.[ch] and utils.[ch] as common code.
[doldaconnect.git] / daemon / Makefile.am
... / ...
CommitLineData
1bin_PROGRAMS=doldacond
2doldacond_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 client.c \
18 client.h \
19 net.c \
20 net.h \
21 log.c \
22 ui.c \
23 conf.c \
24 conf.h
25
26AM_CPPFLAGS=$(top_srcdir)/include -DDAEMON
27
28EXTRA_DIST=emacs-local
29doldacond_LDADD=$(top_srcdir)/common/libcommon.a \
30 @KRB5_LDADD@ -lbz2 -lz