mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
26 lines
395 B
Makefile
26 lines
395 B
Makefile
include_HEADERS = \
|
|
libexe.h
|
|
|
|
pkginclude_HEADERS = \
|
|
libexe/codepage.h \
|
|
libexe/definitions.h \
|
|
libexe/error.h \
|
|
libexe/extern.h \
|
|
libexe/features.h \
|
|
libexe/types.h
|
|
|
|
EXTRA_DIST = \
|
|
libexe.h.in \
|
|
libexe/definitions.h.in \
|
|
libexe/features.h.in \
|
|
libexe/types.h.in
|
|
|
|
DISTCLEANFILES = \
|
|
libexe.h \
|
|
libexe/definitions.h \
|
|
libexe/features.h \
|
|
libexe/types.h \
|
|
Makefile \
|
|
Makefile.in
|
|
|