* Makefile.am (INCLUDES): Added -I$(srcdir)/../libguile.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 4 Aug 1999 20:11:18 +0000 (20:11 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 4 Aug 1999 20:11:18 +0000 (20:11 +0000)
(Thanks to Greg Badros.)

guile-readline/Makefile.am

index 2726896..50a179e 100644 (file)
@@ -24,7 +24,7 @@ AUTOMAKE_OPTIONS = foreign
 ## Check for headers in $(srcdir)/.., so that #include
 ## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
 ## building.
-INCLUDES = -I.. -I$(srcdir)/.. ${THREAD_CPPFLAGS}
+INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../libguile ${THREAD_CPPFLAGS}
 
 GUILE_SNARF = ../libguile/guile-snarf