
martin at varnish-cache
May 10, 2012, 1:42 AM
Views: 55
Permalink
|
|
[master] a9e636e Make the installed headers be nobase.
|
|
commit a9e636edfbd51d83050d6d458ab99688dbffa908 Author: Martin Blix Grydeland <martin [at] varnish-software> 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 \ _______________________________________________ varnish-commit mailing list varnish-commit [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
|