* Makefile.am: ecs-test needs $(MCLIBS).
Этот коммит содержится в:
родитель
350c958f5e
Коммит
eddbf0e2e1
@ -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
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user