From eddbf0e2e16a436422b6e5777f97950c6dd0910d Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sat, 4 Feb 2006 11:13:30 +0000 Subject: [PATCH] * Makefile.am: ecs-test needs $(MCLIBS). --- src/ChangeLog | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e1cf3bedf..4104f3380 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index c4ccbd4a6..ccf0f8bba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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