0f240d7fb28401578c50ffef45b99660bf3c70bd
[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 EXTRA_DIST=emacs-local
28 doldacond_LDADD=$(top_srcdir)/common/libcommon.a \
29                 @KRB5_LIBS@ -lbz2 -lz
30 doldacond_CPPFLAGS=-I$(top_srcdir)/include -DDAEMON @KRB5_CFLAGS@