blob: 67e21cd87f823eace5fcc45bed901d9a1d8389de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if include_kioslave_ldap
LDAP_SUBDIR=ldap
endif
if include_kioslave_smb
SMB_SUBDIR=smb
endif
SUBDIRS = about cgi floppy filter fish info mac man nfs nntp pop3 smtp \
sftp tar finger thumbnail $(LDAP_SUBDIR) $(SMB_SUBDIR) settings trash media \
remote home system
|