Displaying 1 result from an estimated 1 matches for "nodist_include_headers".
2006 May 17
1
libshout includedir change
...===================================
--- include/shout/Makefile.am   (revision 10991)
+++ include/shout/Makefile.am   (revision 10992)
 <at>  <at>  -2,5 +2,5  <at>  <at> 
 AUTOMAKE_OPTIONS = foreign
-includedir = $(prefix)/include/shout
+pkgincludedir = $(includedir)/shout
 nodist_include_HEADERS = shout.h
> Can anyone explain what this change is meant to accomplish? If not,
> I'm just going to revert it.
The original line, includedir = $(prefix)/include/shout is wrong. "includedir"
is an autotools variable that you're not meant to override from inside the build
-...