diff options
author | jofret | 2007-03-25 19:45:44 +0000 |
---|---|---|
committer | jofret | 2007-03-25 19:45:44 +0000 |
commit | b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799 (patch) | |
tree | 12be04ef721611b17ea6d50a8dff6d9bfc98a7b5 /src/elementaryFunctions/acos/Makefile.am | |
parent | b652ca68c400988374c6a16a2d9f5426bb693592 (diff) | |
download | scilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.tar.gz scilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.tar.bz2 scilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.zip |
Adding lib for installation
Diffstat (limited to 'src/elementaryFunctions/acos/Makefile.am')
-rw-r--r-- | src/elementaryFunctions/acos/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am index fbbddbeb..e5dd6130 100644 --- a/src/elementaryFunctions/acos/Makefile.am +++ b/src/elementaryFunctions/acos/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Fri Jan 5 10:19:16 2007 jofret -## Last update Fri Mar 23 09:53:51 2007 jofret +## Last update Sun Mar 25 21:02:08 2007 bruno ## ## Copyright INRIA 2007 ## @@ -13,6 +13,10 @@ AM_CFLAGS = -I ../../type \ -I ../includes +instdir = $(top_builddir)/lib + +inst_LIBRARIES = libAcos.a + noinst_LIBRARIES = libAcos.a libAcos_a_SOURCES = $(HEAD) $(SRC) |