diff --git a/shell/ChangeLog b/shell/ChangeLog index c6f928e438..e2b5a04071 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2004-01-12 JP Rosevear + + * Makefile.am: use our libs + 2004-01-12 JP Rosevear * evolution-test-component.[hc]: Complete rewrite to match current diff --git a/shell/Makefile.am b/shell/Makefile.am index 7f34666a83..26203950ae 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -185,7 +185,7 @@ libevolution_test_la_SOURCES = \ libevolution_test_la_LIBADD = \ libeshell.la \ - $(EVOLUTION_CALENDAR_LIBS) + $(EVOLUTION_TEST_LIBS) libevolution_test_la_LDFLAGS = -avoid-version -module