15a5f2f661d2f4f6f7202133c9147d91ee1cc056
[openafs.git] / src / util / afs / Makefile.am
1 # $Id$
2
3 include $(top_srcdir)/Makefile.am.common
4
5 buildinclude = $(top_builddir)/include/afs
6
7 afsincludedir = $(includedir)/afs
8 afsinclude_HEADERS =    \
9         assert.h        \
10         potpourri.h     \
11         itc.h           \
12         errors.h        \
13         afsutil.h       \
14         pthread_glock.h \
15         dirpath.h       \
16         afs_atomlist.h  \
17         fileutil.h      \
18         ktime.h         \
19         netutils.h      \
20         packages.h      \
21         pthread_nosigs.h \
22         remote.h        \
23         afs_lhash.h
24
25 build_HEADERZ = $(afsinclude_HEADERS)
26