Home | History | Annotate | Download | only in include
      1 ## Process this with automake to create Makefile.in
      2 
      3 AUTOMAKE_OPTIONS=foreign
      4 
      5 DISTCLEANFILES=ffitarget.h
      6 EXTRA_DIST=ffi.h.in ffi_common.h
      7 
      8 includesdir = $(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include
      9 nodist_includes_HEADERS = ffi.h ffitarget.h
     10