mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* Makefile.am: ecs-test needs $(MCLIBS).
This commit is contained in:
parent
350c958f5e
commit
eddbf0e2e1
@ -4,6 +4,7 @@
|
|||||||
* cmd.c (mkdir_cmd): Fixed a memory leak. Instead of the
|
* cmd.c (mkdir_cmd): Fixed a memory leak. Instead of the
|
||||||
absolute path of the created directory, the input is passed to
|
absolute path of the created directory, the input is passed to
|
||||||
update_panels().
|
update_panels().
|
||||||
|
* Makefile.am: ecs-test needs $(MCLIBS).
|
||||||
|
|
||||||
2006-02-03 Roland Illig <roland.illig@gmx.de>
|
2006-02-03 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ TESTS = ecs-test
|
|||||||
|
|
||||||
check_PROGRAMS = ecs-test
|
check_PROGRAMS = ecs-test
|
||||||
ecs_test_SOURCES = ecs-test.c ecs.h ecs.c
|
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
|
# end of automated testing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user