mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
25 lines
343 B
Makefile
25 lines
343 B
Makefile
AM_CPPFLAGS = \
|
|
-I../include -I$(top_srcdir)/include
|
|
|
|
EXTRA_DIST = \
|
|
byte_stream.h \
|
|
common.h \
|
|
config.h \
|
|
config_borlandc.h \
|
|
config_msc.h \
|
|
config_winapi.h \
|
|
file_stream.h \
|
|
memory.h \
|
|
narrow_string.h \
|
|
system_string.h \
|
|
types.h \
|
|
types.h.in \
|
|
wide_string.h
|
|
|
|
DISTCLEANFILES = \
|
|
config.h \
|
|
types.h \
|
|
Makefile \
|
|
Makefile.in
|
|
|