diff options
Diffstat (limited to 'microbe')
-rw-r--r-- | microbe/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microbe/Makefile.am b/microbe/Makefile.am index f86b8fb..3f18963 100644 --- a/microbe/Makefile.am +++ b/microbe/Makefile.am @@ -7,4 +7,4 @@ microbe_SOURCES = btreebase.cpp btreenode.cpp main.cpp traverser.cpp \ parser.cpp noinst_HEADERS = btreebase.h btreenode.h traverser.h pic14.h variable.h \ optimizer.h microbe.h parser.h -microbe_LDADD = -lpthread $(LIB_KFILE) +microbe_LDADD = -lpthread $(LIB_TDEFILE) |