[experimental-ims] a9e636e Make the installed headers be nobase.

Martin Blix Grydeland martin at varnish-software.com
Thu Dec 18 10:27:46 CET 2014


commit a9e636edfbd51d83050d6d458ab99688dbffa908
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Fri Apr 13 13:41:04 2012 +0200

    Make the installed headers be nobase.
    
    After the source tree restructure, the header files installed from
    include/ needs the local directory hierarchy to be left intact. Mark
    the pkginclude_HEADERS target nobase.

diff --git a/include/Makefile.am b/include/Makefile.am
index d40169b..91812fa 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,6 +1,6 @@
 #
 
-pkginclude_HEADERS = \
+nobase_pkginclude_HEADERS = \
 	tbl/acct_fields.h \
 	tbl/backend_poll.h \
 	tbl/ban_vars.h \



More information about the varnish-commit mailing list