diff options
Diffstat (limited to 'src/c/auxiliaryFunctions/conj/Makefile.am')
-rw-r--r-- | src/c/auxiliaryFunctions/conj/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/auxiliaryFunctions/conj/Makefile.am b/src/c/auxiliaryFunctions/conj/Makefile.am index d3719bfb..e9c9bc98 100644 --- a/src/c/auxiliaryFunctions/conj/Makefile.am +++ b/src/c/auxiliaryFunctions/conj/Makefile.am @@ -34,7 +34,7 @@ check_LDADD = libConj.la \ -check_INCLUDES = -I $(top_builddir)/type \ +check_INCLUDES = -I $(top_builddir)/src/c/type \ -I ../includes testConj_SOURCES = testConj.c |