]> git.0d.be Git - empathy.git/blobdiff - tests/Makefile.am
tp-account-widgets: Move the IRC support sources with the account widget
[empathy.git] / tests / Makefile.am
index 67fe5d895d1706ededaacfec0f5c7f4c608b2343..679aa55e29f6c4375d9759ba36d01aee447bee22 100644 (file)
@@ -10,6 +10,7 @@ EXTRA_DIST =          \
 
 AM_CPPFLAGS =                                          \
        $(ERROR_CFLAGS)                                 \
+       -I$(top_srcdir)/tp-account-widgets              \
        -I$(top_srcdir)/libempathy                      \
        -I$(top_srcdir)/libempathy-gtk                  \
        -DPKGDATADIR=\""$(pkgdatadir)"\"                \
@@ -21,6 +22,7 @@ AM_CPPFLAGS =                                         \
        $(NULL)
 
 LDADD =                                                                \
+       $(top_builddir)/tp-account-widgets/libtp-account-widgets.la     \
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
        $(top_builddir)/libempathy/libempathy.la                \
        $(EMPATHY_LIBS)                                         \