src/Makefile: Install collection.fcgi to pkglibdir rather than bindir.
authorSebastian Harl <sh@tokkee.org>
Sat, 18 Sep 2010 14:29:42 +0000 (16:29 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 18 Sep 2010 14:29:42 +0000 (16:29 +0200)
This is not an executable to be executed by the user directly.

src/Makefile.am

index bd98699..766331f 100644 (file)
@@ -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 \