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
|
include_HEADERS = \
libregf.h
pkginclude_HEADERS = \
libregf/codepage.h \
libregf/definitions.h \
libregf/error.h \
libregf/extern.h \
libregf/features.h \
libregf/types.h
EXTRA_DIST = \
libregf.h.in \
libregf/definitions.h.in \
libregf/features.h.in \
libregf/types.h.in
MAINTAINERCLEANFILES = \
Makefile.in
distclean: clean
/bin/rm -f libregf.h
/bin/rm -f libregf/definitions.h
/bin/rm -f libregf/features.h
/bin/rm -f libregf/types.h
/bin/rm -f Makefile
|