]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/Makefile.in
ncurses 5.9 - patch 20140802
[ncurses.git] / test / Makefile.in
index 06e567e60ed78eec81af848d24c17f1cbb819e2b..5e8bd42a6e93a080cbf31308a009a1eb96447fd7 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.112 2014/07/26 22:51:31 tom Exp $
+# $Id: Makefile.in,v 1.113 2014/08/02 15:45:05 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -75,7 +75,7 @@ CC            = @CC@
 CPP            = @CPP@
 
 CFLAGS         = @CFLAGS@ @EXTRA_CFLAGS@
-CPPFLAGS       = -DHAVE_CONFIG_H @CPPFLAGS@
+CPPFLAGS       = -I. -I$(srcdir) -I../test -DHAVE_CONFIG_H @CPPFLAGS@
 
 CCFLAGS                = $(CPPFLAGS) $(CFLAGS)