"Fossies" - the Fresh Open Source Software Archive

Member "libspf2-1.2.10/src/include/Makefile.am" (28 Jan 2012, 459 Bytes) of package /linux/privat/libspf2-1.2.10.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # Makefile prototype
    2 
    3 AUTOMAKE_OPTIONS = foreign
    4 
    5 includedir = ${prefix}/include/spf2
    6 include_HEADERS	= \
    7 	spf.h \
    8 	spf_dns.h \
    9 	spf_dns_cache.h \
   10 	spf_dns_null.h \
   11 	spf_dns_resolv.h \
   12 	spf_dns_rr.h \
   13 	spf_dns_test.h \
   14 	spf_dns_zone.h \
   15 	spf_lib_version.h \
   16 	spf_log.h \
   17 	spf_record.h \
   18 	spf_request.h \
   19 	spf_response.h \
   20 	spf_server.h
   21 
   22 noinst_HEADERS = spf_internal.h spf_dns_internal.h spf_sys_config.h \
   23 		spf_win32_internal.h spf_win32.h spf_dns_windns.h