From: Sebastian Harl Date: Sat, 18 Sep 2010 14:29:42 +0000 (+0200) Subject: src/Makefile: Install collection.fcgi to pkglibdir rather than bindir. X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=e0b8e6b3289ee56fba4dbee099f8fd25d5028639 src/Makefile: Install collection.fcgi to pkglibdir rather than bindir. This is not an executable to be executed by the user directly. --- 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 \