1include_HEADERS = \
2	libfsapfs.h
3
4pkginclude_HEADERS = \
5	libfsapfs/codepage.h \
6	libfsapfs/definitions.h \
7	libfsapfs/error.h \
8	libfsapfs/extern.h \
9	libfsapfs/features.h \
10	libfsapfs/types.h
11
12EXTRA_DIST = \
13	libfsapfs.h.in \
14	libfsapfs/definitions.h.in \
15	libfsapfs/features.h.in \
16	libfsapfs/types.h.in
17
18MAINTAINERCLEANFILES = \
19	Makefile.in
20
21distclean: clean
22	/bin/rm -f libfsapfs.h
23	/bin/rm -f libfsapfs/definitions.h
24	/bin/rm -f libfsapfs/features.h
25	/bin/rm -f libfsapfs/types.h
26	/bin/rm -f Makefile
27
28