diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..f783e1d --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,17 @@ +if HAVE_LIBTELEPATHY +tp_tests = tp_caller +endif + +noinst_PROGRAMS = $(tp_tests) + +tp_caller_SOURCES = \ + tp_caller.c +tp_caller_LDADD = \ + $(LIBTELEPATHY_LIBS) +tp_caller_CFLAGS = \ + $(LIBTELEPATHY_CFLAGS) + +AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @SOFIA_SIP_UA_CFLAGS@ \ + -I $(top_srcdir)/src -I $(top_builddir)/src \ + @TELEPATHY_GLIB_CFLAGS@ +AM_LDFLAGS = @DBUS_LIBS@ @GLIB_LIBS@ @SOFIA_SIP_UA_LIBS@ |