blob: d7e98a4bcee85acbcb0f01e349b5f0cf1fdd320d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if include_tdeioslave_ldap
LDAP_SUBDIR=ldap
endif
if include_tdeioslave_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
|