Changeset 2148
- Timestamp:
- 06/13/07 12:21:45
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/tests/functional/Makefile.am (modified) (2 diffs)
- trunk/tests/functional/folder-remove.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r2147 r2148 1 2007-06-13 Antia Puentes Felpeto <apuentes@igalia.com> 2 3 * Added a test in tests/functional that tests removing folders 4 1 5 2007-06-13 Murray Cumming <murrayc@murrayc.com> 2 6 trunk/tests/functional/Makefile.am
r1950 r2148 16 16 endif 17 17 18 bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer account-refresh 18 bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer account-refresh folder-remove 19 19 20 20 anything_SOURCES = anything.c … … 80 80 $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 81 81 $(top_builddir)/tests/shared/libtestsshared.a 82 83 folder_remove_SOURCES = folder-remove.c 84 folder_remove_LDADD = \ 85 $(TINYMAIL_LIBS) $(LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ 86 $(top_builddir)/libtinymail/libtinymail-$(API_VERSION).la \ 87 $(top_builddir)/libtinymailui/libtinymailui-$(API_VERSION).la \ 88 $(top_builddir)/libtinymailui-gtk/libtinymailui-gtk-$(API_VERSION).la \ 89 $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 90 $(top_builddir)/tests/shared/libtestsshared.a
