]> sjero.net Git - linphone/blobdiff - coreapi/Makefile.am
improved test with new event queue
[linphone] / coreapi / Makefile.am
index 66a2bf5f6a9a6b2365d64730859d110e6656e13a..44f7532a85af7047df108bd7d83915f946c19038 100644 (file)
@@ -49,6 +49,11 @@ if BUILD_WIN32
 liblinphone_la_LIBADD+=$(top_builddir)/oRTP/src/libortp.la
 endif
 
+noinst_PROGRAMS=test_lsd
+
+test_lsd_SOURCES=test_lsd.c
+
+test_lsd_LDADD=liblinphone.la
 
 AM_CFLAGS=$(STRICT_OPTIONS)  -DIN_LINPHONE \
        $(ORTP_CFLAGS) \