10 lines
249 B
Text
10 lines
249 B
Text
|
## Process this with automake to create Makefile.in
|
||
|
|
||
|
AUTOMAKE_OPTIONS=foreign
|
||
|
|
||
|
DISTCLEANFILES=ffitarget.h
|
||
|
EXTRA_DIST=ffi.h.in ffi_common.h
|
||
|
|
||
|
includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
|
||
|
nodist_includes_HEADERS = ffi.h ffitarget.h
|