]> arthur.barton.de Git - netatalk.git/blob - include/atalk/Makefile.am
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / include / atalk / Makefile.am
1 # Makefile.am for include/atalk/
2
3 atalkincludedir = $(includedir)/atalk
4 BUILT_SOURCES = 
5 CLEANFILES =
6
7 atalkinclude_HEADERS = \
8         adouble.h \
9         afp.h \
10         vfs.h \
11         cnid.h \
12         logger.h \
13         netatalk_conf.h \
14         paths.h \
15         unicode.h \
16         util.h \
17         ea.h \
18         acl.h \
19         unix.h \
20         volume.h \
21         standards.h \
22         bstrlib.h \
23         list.h \
24         globals.h \
25         compat.h \
26         uam.h \
27         iniparser.h \
28         dictionary.h \
29         hash.h
30
31 noinst_HEADERS = \
32         directory.h \
33         uuid.h \
34         queue.h \
35         server_child.h \
36         server_ipc.h \
37         tdb.h \
38         cnid_bdb_private.h \
39         cnid_mysql_private.h \
40         cnid_private.h \
41         bstradd.h \
42         errchk.h \
43         ftw.h \
44         dsi.h \
45         ldapconfig.h \
46         talloc.h \
47         dalloc.h \
48         byteorder.h \
49         fce_api.h \
50         spotlight.h
51
52 EXTRA_DIST = afp_dtrace.d
53
54 if WITH_DTRACE
55 BUILT_SOURCES += afp_dtrace.h
56 CLEANFILES += afp_dtrace.h
57 afp_dtrace.h: $(top_srcdir)/include/atalk/afp_dtrace.d
58         $(LIBTOOL) --mode=execute dtrace -o afp_dtrace.h -h -s $(top_srcdir)/include/atalk/afp_dtrace.d
59 endif