* Makefile.am: ecs-test needs $(MCLIBS).

This commit is contained in:
Roland Illig 2006-02-04 11:13:30 +00:00
parent 350c958f5e
commit eddbf0e2e1
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* cmd.c (mkdir_cmd): Fixed a memory leak. Instead of the
absolute path of the created directory, the input is passed to
update_panels().
* Makefile.am: ecs-test needs $(MCLIBS).
2006-02-03 Roland Illig <roland.illig@gmx.de>

View File

@ -79,7 +79,7 @@ TESTS = ecs-test
check_PROGRAMS = ecs-test
ecs_test_SOURCES = ecs-test.c ecs.h ecs.c
ecs_test_LDADD = $(GLIB_LIBS) $(MCLIBS)
ecs_test_LDADD = $(GLIB_LIBS) $(INTLLIBS) $(MCLIBS)
# end of automated testing