123456789101112 |
- --- src/tse3/Makefile.am.old 2007-02-06 23:57:38.000000000 +0100
- +++ src/tse3/Makefile.am 2007-02-07 00:08:01.000000000 +0100
- @@ -53,7 +53,7 @@
-
- noinst_PROGRAMS = test
- test_SOURCES = test.cpp
- -test_LDADD = $(top_builddir)/src/tse3/libtse3.la
- +test_LDADD = ./libtse3.la
-
- # McCabe .i file generation
-
|