You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
352 B
10 lines
352 B
INCLUDES = -I$(top_srcdir)/kopete/protocols/yahoo/libkyahoo -I../ $(all_includes)
|
|
METASOURCES = AUTO
|
|
check_PROGRAMS = clientstream_test
|
|
|
|
clientstream_test_SOURCES = clientstream_test.cpp
|
|
clientstream_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la
|
|
|
|
#login_test_SOURCES = logintest.cpp
|
|
#login_test_LDADD = $(LIB_QT) $(LIB_TDECORE) ../libkyahoo.la
|