[collectd] [PATCH 1/2] fix build with recent automake versions

Thomas Gstädtner thomas at gstaedtner.net
Thu Feb 21 23:05:51 CET 2013


---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index adfa023..9421f26 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ AM_YFLAGS = -d
 
 BUILT_SOURCES = parser.h
 
-pkglib_PROGRAMS = collection.fcgi
+pkglibexec_PROGRAMS = collection.fcgi
 
 collection_fcgi_SOURCES = main.c \
 			  oconfig.c oconfig.h aux_types.h scanner.l parser.y \
-- 
1.8.1.2




More information about the collectd mailing list