From 48087e1d5650499b6093a6816356d467c8461802 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:46 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kopete/libkopete/tests/Makefile.am | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'kopete/libkopete/tests/Makefile.am') diff --git a/kopete/libkopete/tests/Makefile.am b/kopete/libkopete/tests/Makefile.am index 417ce2a8..3bb06d3d 100644 --- a/kopete/libkopete/tests/Makefile.am +++ b/kopete/libkopete/tests/Makefile.am @@ -3,22 +3,22 @@ AM_CPPFLAGS = -DKDE_NO_COMPAT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT \ $(KOPETE_INCLUDES) -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/private -I$(top_srcdir)/kopete/libkopete/tests/mock $(all_includes) -DSRCDIR=\"$(top_srcdir)/kopete/libkopete/tests\" METASOURCES = AUTO -check_LTLIBRARIES = kunittest_kopetemessage_test.la kunittest_kopetepropertiestest.la kunittest_kopetecontactlist_test.la -noinst_LTLIBRARIES = kunittest_kopeteemoticontest.la +check_LTLIBRARIES = tdeunittest_kopetemessage_test.la tdeunittest_kopetepropertiestest.la tdeunittest_kopetecontactlist_test.la +noinst_LTLIBRARIES = tdeunittest_kopeteemoticontest.la check_PROGRAMS = kopetewallettest_program kopetepasswordtest_program -kunittest_kopetepropertiestest_la_SOURCES = kopetepropertiestest.cpp ../kopeteproperties.cpp -kunittest_kopetepropertiestest_la_LIBADD = -lkunittest ../libkopete.la -kunittest_kopetepropertiestest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) +tdeunittest_kopetepropertiestest_la_SOURCES = kopetepropertiestest.cpp ../kopeteproperties.cpp +tdeunittest_kopetepropertiestest_la_LIBADD = -ltdeunittest ../libkopete.la +tdeunittest_kopetepropertiestest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) -kunittest_kopeteemoticontest_la_SOURCES = kopeteemoticontest.cpp -kunittest_kopeteemoticontest_la_LIBADD = -lkunittest ../libkopete.la -kunittest_kopeteemoticontest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) +tdeunittest_kopeteemoticontest_la_SOURCES = kopeteemoticontest.cpp +tdeunittest_kopeteemoticontest_la_LIBADD = -ltdeunittest ../libkopete.la +tdeunittest_kopeteemoticontest_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) -kunittest_kopetemessage_test_la_SOURCES = kopetemessage_test.cpp -kunittest_kopetemessage_test_la_LIBADD = -lkunittest mock/libkopete_mock.la -kunittest_kopetemessage_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) +tdeunittest_kopetemessage_test_la_SOURCES = kopetemessage_test.cpp +tdeunittest_kopetemessage_test_la_LIBADD = -ltdeunittest mock/libkopete_mock.la +tdeunittest_kopetemessage_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) kopetewallettest_program_SOURCES = kopetewallettest_program.cpp kopetewallettest_program_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH) @@ -28,14 +28,14 @@ kopetepasswordtest_program_SOURCES = kopetepasswordtest_program.cpp kopetepasswordtest_program_LDFLAGS = -no-undefined $(all_libraries) $(KDE_RPATH) kopetepasswordtest_program_LDADD = ../libkopete.la -kunittest_kopetecontactlist_test_la_SOURCES = kopetecontactlist_test.cpp -kunittest_kopetecontactlist_test_la_LIBADD = -lkunittest mock/libkopete_mock.la -kunittest_kopetecontactlist_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) +tdeunittest_kopetecontactlist_test_la_SOURCES = kopetecontactlist_test.cpp +tdeunittest_kopetecontactlist_test_la_LIBADD = -ltdeunittest mock/libkopete_mock.la +tdeunittest_kopetecontactlist_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries) noinst_HEADERS = kopetepropertiestest.h kopeteemoticontest.h check-local: - kunittestmodrunner + tdeunittestmodrunner guicheck: - kunittestmod $(PWD) + tdeunittestmod $(PWD) -- cgit v1.2.1