diff options
author | biouman <biouman> | 2001-04-28 23:07:37 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-04-28 23:07:37 +0000 |
commit | 842576279c3d573da0f82d06523864c34190ce56 (patch) | |
tree | 551324021c82dbee4be9a69c701aaebf773c9ebe /src | |
parent | abd0d6dc5a56768f30232a0588b0c663f2acbe4f (diff) |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f69b766..7d5cb04 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,10 +3,10 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS) INCLUDES = -I. -I.. -I$(includedir) -I../include -bin_PROGRAMS = Dumb +bin_PROGRAMS = Polynom -Dumb_SOURCES = Dumb.c +Dumb_SOURCES = Polynom.c -LDADD = ../lib/libDumb.la +LDADD = ../lib/libPolynom.la -Dumb_LDADD = $(LDADD) +Polynom_LDADD = $(LDADD) |