summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-02 01:54:13 +0000
committerbiouman <biouman>2001-05-02 01:54:13 +0000
commitd3143b4c2ec0df9cec245e1e6a57e4f18ef71726 (patch)
tree0955a25059b3cdbfb6cdcfa1e8e4fda2da51954a /lib/Makefile.am
parentc7de59691739e3d259712728a9746b87422f27d2 (diff)
*** empty log message ***
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c6651e2..f45d8a7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS)
INCLUDES = -I. -I.. -I$(includedir) -I../include
lib_LTLIBRARIES = libPolynom.la
-libPolynom_la_SOURCES = exceptions.c hash.c numbers.c parser.c pile.c polynom.c scalaires.c terminal.c interface.c
+libPolynom_la_SOURCES = exceptions.c hash.c numbers.c parser.c pile.c polynom.c scalaires.c terminal.c interface.c fonctions.c
libPolynom_la_LDFLAGS = -version-info $(Polynom_VERSION_INFO)