diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 648758e..31acef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ root_sbindir = "/sbin" root_sbin_PROGRAMS = mount.cifs -mount_cifs_SOURCES = mount.cifs.c mtab.c +mount_cifs_SOURCES = mount.cifs.c mtab.c util.c sbin_PROGRAMS = cifs.upcall -cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c +cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c spnego.c util.c cifs_upcall_LDADD = -ltalloc -lkrb5 |