mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Fix for make distcheck
* examples/Makefile.am (AM_CFLAGS, AM_LIBS): Set PATH so that guile-config can find guile.
This commit is contained in:
parent
62e9a9b704
commit
f856c2b6d7
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ EXTRA_DIST = README ChangeLog-2008 check.test \
|
||||||
\
|
\
|
||||||
safe/README safe/safe safe/untrusted.scm safe/evil.scm
|
safe/README safe/safe safe/untrusted.scm safe/evil.scm
|
||||||
|
|
||||||
AM_CFLAGS = `PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config compile`
|
AM_CFLAGS = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config compile`
|
||||||
AM_LIBS = `PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config link`
|
AM_LIBS = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config link`
|
||||||
|
|
||||||
|
|
||||||
box/box: box/box.o
|
box/box: box/box.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue