1
1

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

Этот коммит содержится в:
Roland Illig 2006-02-04 11:13:30 +00:00
родитель 350c958f5e
Коммит eddbf0e2e1
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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