1bin_PROGRAMS = smbnetfs 2 3smbnetfs_SOURCES = \ 4 common.c common.h \ 5 smbitem.c smbitem.h \ 6 auth.c auth.h \ 7 auth-libsecret.c auth-libsecret.h \ 8 charset.c charset.h \ 9 smb_conn_proto.h \ 10 smb_conn_srv.c smb_conn_srv.h \ 11 process.c process.h \ 12 neg_cache.c neg_cache.h \ 13 smb_conn.c smb_conn.h \ 14 samba.c samba.h \ 15 stat_workaround.c stat_workaround.h \ 16 function.c function.h \ 17 event.c event.h \ 18 reconfigure.c reconfigure.h \ 19 main.c 20