From e0b8e6b3289ee56fba4dbee099f8fd25d5028639 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 18 Sep 2010 16:29:42 +0200 Subject: [PATCH] src/Makefile: Install collection.fcgi to pkglibdir rather than bindir. This is not an executable to be executed by the user directly. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bd98699..766331f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ AM_YFLAGS = -d BUILT_SOURCES = parser.h -bin_PROGRAMS = collection.fcgi +pkglib_PROGRAMS = collection.fcgi collection_fcgi_SOURCES = main.c \ oconfig.c oconfig.h aux_types.h scanner.l parser.y \ -- 2.30.2