]> arthur.barton.de Git - netatalk.git/blob - libatalk/vfs/Makefile.am
Extended Attributes support via files in .AppleDouble.
[netatalk.git] / libatalk / vfs / Makefile.am
1 # Makefile.am for libatalk/adouble/
2
3 noinst_LTLIBRARIES = libvfs.la
4
5 libvfs_la_SOURCES = vfs.c unix.c ea.c
6
7 if USE_NFSv4_ACLS
8 libvfs_la_SOURCES += acl.c
9 endif
10