diff options
Diffstat (limited to 'src/auxiliaryFunctions/find/Makefile.in')
-rw-r--r-- | src/auxiliaryFunctions/find/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/find/Makefile.in b/src/auxiliaryFunctions/find/Makefile.in index 0c42bc28..e852a9cf 100644 --- a/src/auxiliaryFunctions/find/Makefile.in +++ b/src/auxiliaryFunctions/find/Makefile.in @@ -203,7 +203,9 @@ SRC = sfinda.c \ cfinda.c \ zfinda.c -HEAD = ../includes/find.h +HEAD = ../includes/find.h \ + ../../includes/notFound.h + #### # Checking Part @@ -215,7 +217,7 @@ check_INCLUDES = -I $(top_builddir)/auxiliaryFunctions/includes \ # # -*- Find Tests -*- # -testFind_SOURCES = testFind.c +testFind_SOURCES = testFind.h testFind.c testFind_CFLAGS = $(check_INCLUDES) testFind_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/type/libFloatComplex.la \ |