Use $(shell ...) in Makefile.am, duh.
CVS patchset: 6002 CVS date: 2003/01/08 22:36:23
This commit is contained in:
parent
050717618a
commit
0635d0ad62
|
@ -6,7 +6,7 @@ LINT = splint
|
|||
|
||||
PYVER= @WITH_PYTHON_VERSION@
|
||||
|
||||
pylibdir = $(python -c 'import sys; print sys.path[1]')
|
||||
pylibdir = $(shell python -c 'import sys; print sys.path[1]')
|
||||
pyincdir = $(prefix)/include/python${PYVER}
|
||||
|
||||
SUBDIRS = rpmdb test
|
||||
|
|
Loading…
Reference in New Issue