1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Put the library path in a header file, instead of passing it on

the command line in every compilation.
* Makefile.in (libpath.h): New target.
(feature.o): Depend on libpath.h.
(clean): Delete libpath.h.
(ALL_CFLAGS): Don't use -DLIBRARY_PATH here.  Instead ...
* feature.c: ... #include "libpath.h" here.
* .cvsignore: Ignore libpath.h.
This commit is contained in:
Jim Blandy 1996-09-04 06:16:00 +00:00
parent e2cac61bd5
commit 78bbef0de7

View file

@ -42,6 +42,7 @@
#include <stdio.h>
#include "_scm.h"
#include "libpath.h"
#ifdef HAVE_STRING_H
#include <string.h>