projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e07a82
)
src/Makefile: Install collection.fcgi to pkglibdir rather than bindir.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 18 Sep 2010 14:29:42 +0000
(16:29 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
bd98699
..
766331f
100644
(file)
--- 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 \