From f11e2c1613d52938eb291c27c4727b6e2ba154ea Mon Sep 17 00:00:00 2001 From: mainzelm Date: Sat, 8 Nov 2003 12:49:11 +0000 Subject: [PATCH] Add INCLUDES --- c/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/Makefile.am b/c/Makefile.am index 6b95506..12f7dcb 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -1,3 +1,5 @@ +INCLUDES = -I@top_srcdir@/c -I@scsh_includes@ + lib_LTLIBRARIES = libscshyp.la libscshyp_la_SOURCES = yp.c \ No newline at end of file