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.
8 lines
328 B
8 lines
328 B
INCLUDES = -I$(top_srcdir)/protocols/groupwise/libgroupwise/qca/src -I$(srcdir)/../../libgroupwise/ -I$(top_srcdir)/kopete/protocols/groupwise/libgroupwise/qca/src $(all_includes)
|
|
METASOURCES = AUTO
|
|
noinst_PROGRAMS = task_take_test
|
|
|
|
task_take_test_LDADD = -lqt-mt ../../libgwtest.la
|
|
|
|
task_take_test_SOURCES = task_take_test.cpp
|