summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/isempty/Makefile.am
diff options
context:
space:
mode:
authortorset2009-02-13 13:52:38 +0000
committertorset2009-02-13 13:52:38 +0000
commit7b4de8c2a58f828bb42e1a1f1f5b3421363f2556 (patch)
tree159a76f0acf625abf671e354cf966baae51cc8e8 /src/auxiliaryFunctions/isempty/Makefile.am
parente34893265bb625750dd1176c852cc012b1fb8694 (diff)
downloadscilab2c-7b4de8c2a58f828bb42e1a1f1f5b3421363f2556.tar.gz
scilab2c-7b4de8c2a58f828bb42e1a1f1f5b3421363f2556.tar.bz2
scilab2c-7b4de8c2a58f828bb42e1a1f1f5b3421363f2556.zip
modify isempty headers which make the c files usseless
Diffstat (limited to 'src/auxiliaryFunctions/isempty/Makefile.am')
-rw-r--r--src/auxiliaryFunctions/isempty/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/auxiliaryFunctions/isempty/Makefile.am b/src/auxiliaryFunctions/isempty/Makefile.am
index 04e6890b..a7c0c0cf 100644
--- a/src/auxiliaryFunctions/isempty/Makefile.am
+++ b/src/auxiliaryFunctions/isempty/Makefile.am
@@ -19,11 +19,6 @@ pkglib_LTLIBRARIES = libIsempty.la
libIsempty_la_SOURCES = $(HEAD) $(SRC)
-SRC = sisemptya.c \
- disemptya.c \
- cisemptya.c \
- zisemptya.c
-
HEAD = ../includes/isempty.h
####