diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-07 11:27:29 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-07 11:27:29 -0500 |
commit | fedfec4a1b1ed423f1d7a5e39c6cfb67918a419a (patch) | |
tree | 25c3e7a7533cb65e55b961a001d8a9f614fea1b7 /Makefile.am | |
parent | f8078372ea206faa668906de57e532e251cb7e43 (diff) | |
download | cifs-utils-fedfec4a1b1ed423f1d7a5e39c6cfb67918a419a.tar.gz cifs-utils-fedfec4a1b1ed423f1d7a5e39c6cfb67918a419a.tar.bz2 cifs-utils-fedfec4a1b1ed423f1d7a5e39c6cfb67918a419a.zip |
spnego.h: add some needed OID's
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea94284..21dd012 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ root_sbin_PROGRAMS = mount.cifs mount_cifs_SOURCES = mount.cifs.c mtab.c sbin_PROGRAMS = cifs.upcall -cifs_upcall_SOURCES = cifs.upcall.c data_blob.c +cifs_upcall_SOURCES = cifs.upcall.c data_blob.c asn1.c cifs_upcall_LDADD = ltalloc |