summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-01 17:24:59 +0000
committerPixel <Pixel>2001-05-01 17:24:59 +0000
commitb44d595ac1be31d01c568b0bd0386a1c60715ac6 (patch)
treed83d43d8f580c1b0f08155e3341f5e6378dfe2c9 /lib/Makefile.am
parent759be422fcf0fcca5a91b01e5ed7f752d95f0f8d (diff)
Plop
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 a893ab5..1353da6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,7 +4,7 @@ AM_CFLAGS = -O3 -DDEBUG -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
+libPolynom_la_SOURCES = exceptions.c hash.c numbers.c parser.c pile.c polynom.c scalaires.c terminal.c interface.c
libPolynom_la_LDFLAGS = -version-info $(Polynom_VERSION_INFO)