Don't link everything against lib{z,bz2,pam,gdbm}.
[doldaconnect.git] / daemon / Makefile.am
CommitLineData
d3372da9 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 \
b4bfb6c2 12 fnet-adc.c \
d3372da9 13 auth.c \
14 auth.h \
15 auth-pam.c \
16 auth-krb5.c \
3616b334 17 auth-unix.c \
d3372da9 18 client.c \
19 client.h \
20 net.c \
21 net.h \
d3372da9 22 log.c \
d3372da9 23 ui.c \
24 conf.c \
8b17e919 25 conf.h
26
d3372da9 27EXTRA_DIST=emacs-local
8b17e919 28doldacond_LDADD=$(top_srcdir)/common/libcommon.a \
9e5a735c 29 @KRB5_LIBS@ -lbz2 -lz -lgdbm @PAM_LIBS@
b2ab3796 30doldacond_CPPFLAGS=-I$(top_srcdir)/include -DDAEMON @KRB5_CFLAGS@