diff options
Diffstat (limited to 'src/auxiliaryFunctions/find')
-rw-r--r-- | src/auxiliaryFunctions/find/Makefile.am | 5 | ||||
-rw-r--r-- | src/auxiliaryFunctions/find/Makefile.in | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/auxiliaryFunctions/find/Makefile.am b/src/auxiliaryFunctions/find/Makefile.am index dc877917..751d8f69 100644 --- a/src/auxiliaryFunctions/find/Makefile.am +++ b/src/auxiliaryFunctions/find/Makefile.am @@ -24,7 +24,8 @@ SRC = sfinda.c \ cfinda.c \ zfinda.c -HEAD = ../includes/find.h +HEAD = ../includes/find.h \ + ../../includes/notFound.h #### # Checking Part @@ -40,7 +41,7 @@ TESTS = testFind # # -*- 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 \ 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 \ |