X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=tests%2Fdbus_api%2FMakefile.am;h=110f24c6051bae84017a5718cbb61ec73ec1548f;hb=fa7f2e377f7c2a763cd18986b5fce8769c1e54a3;hp=3c135d02b8be6e545e91f9bcd54d9f007a84d5b1;hpb=512a8348fc327f7c23cc4e10813725897c7f58ce;p=modest diff --git a/tests/dbus_api/Makefile.am b/tests/dbus_api/Makefile.am index 3c135d0..110f24c 100644 --- a/tests/dbus_api/Makefile.am +++ b/tests/dbus_api/Makefile.am @@ -25,7 +25,8 @@ noinst_PROGRAMS = test_mail_to \ test_delete_message \ test_compose_mail \ test_open_default_inbox \ - test_get_folders + test_get_folders \ + test_top_application test_mail_to_SOURCES = test_mail_to.c test_mail_to_LDADD = $(objects) @@ -47,3 +48,6 @@ test_open_default_inbox_LDADD = $(objects) test_get_folders_SOURCES = test_get_folders.c test_get_folders_LDADD = $(objects) + +test_top_application_SOURCES = test_top_application.c +test_top_application_LDADD = $(objects)