Initial version of KCM daemon
[heimdal.git] / kcm / Makefile.am
blob9ff9bdf4e88d720e42c3bd8bdb4c7ba741726ca0
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_des) -I$(srcdir)/../lib/krb5
7 libexec_PROGRAMS = kcm
9 kcm_SOURCES =           \
10         acl.c           \
11         acquire.c       \
12         cache.c         \
13         client.c        \
14         config.c        \
15         connect.c       \
16         cursor.c        \
17         events.c        \
18         glue.c          \
19         log.c           \
20         main.c          \
21         protocol.c      \
22         renew.c
24 LDADD = $(top_builddir)/lib/hdb/libhdb.la \
25         $(LIB_openldap) \
26         $(top_builddir)/lib/krb5/libkrb5.la \
27         $(LIB_krb4) \
28         $(LIB_des) \
29         $(top_builddir)/lib/asn1/libasn1.la \
30         $(LIB_roken)