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