summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/sign
diff options
context:
space:
mode:
authorjofret2008-06-26 17:18:30 +0000
committerjofret2008-06-26 17:18:30 +0000
commit77fcbaff09e20e321342f6552f19a2f89701cd46 (patch)
tree3a8800127c51a06f21c9b1d5db47b9ce651314c1 /src/auxiliaryFunctions/sign
parent09444cda0c8355cfb49c2a96e807512d0b3124c8 (diff)
downloadscilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.gz
scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.tar.bz2
scilab2c-77fcbaff09e20e321342f6552f19a2f89701cd46.zip
Enable make dist work
Diffstat (limited to 'src/auxiliaryFunctions/sign')
-rw-r--r--src/auxiliaryFunctions/sign/Makefile.am2
-rw-r--r--src/auxiliaryFunctions/sign/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/sign/Makefile.am b/src/auxiliaryFunctions/sign/Makefile.am
index 5e55ede6..5d47a0c9 100644
--- a/src/auxiliaryFunctions/sign/Makefile.am
+++ b/src/auxiliaryFunctions/sign/Makefile.am
@@ -46,7 +46,7 @@ TESTS = testSign
#
# -*- Sign Tests -*-
#
-testSign_SOURCES = testSign.c
+testSign_SOURCES = testSign.h testSign.c
testSign_CFLAGS = $(check_INCLUDES)
testSign_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/type/libFloatComplex.la \
diff --git a/src/auxiliaryFunctions/sign/Makefile.in b/src/auxiliaryFunctions/sign/Makefile.in
index cc521667..5fa06977 100644
--- a/src/auxiliaryFunctions/sign/Makefile.in
+++ b/src/auxiliaryFunctions/sign/Makefile.in
@@ -230,7 +230,7 @@ check_INCLUDES = -I $(top_builddir)/elementaryFunctions/includes \
#
# -*- Sign Tests -*-
#
-testSign_SOURCES = testSign.c
+testSign_SOURCES = testSign.h testSign.c
testSign_CFLAGS = $(check_INCLUDES)
testSign_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/type/libFloatComplex.la \