From b363d2579af0a11b77e698aed2e1021c2233b644 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:50 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- libkcal/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libkcal/Makefile.am') diff --git a/libkcal/Makefile.am b/libkcal/Makefile.am index 7ecd005a5..75aa7d8aa 100644 --- a/libkcal/Makefile.am +++ b/libkcal/Makefile.am @@ -12,7 +12,7 @@ libkcal_la_LIBADD = versit/libversit.la $(LIB_KIO) \ $(top_builddir)/ktnef/lib/libktnef.la \ ../libkmime/libkmime.la \ ../libemailfunctions/libemailfunctions.la \ - -lkresources -lkabc + -ltderesources -lkabc libkcal_la_SOURCES = \ assignmentvisitor.cpp comparisonvisitor.cpp \ @@ -65,16 +65,16 @@ EXTRA_PROGRAMS = convertqtopia convertqtopia_SOURCES = convertqtopia.cpp convertqtopia_LDADD = libkcal.la -servicedir = $(kde_servicesdir)/kresources/kcal +servicedir = $(kde_servicesdir)/tderesources/kcal service_DATA = local.desktop localdir.desktop manager_DATA = kcal_manager.desktop -managerdir = $(kde_servicesdir)/kresources +managerdir = $(kde_servicesdir)/tderesources METASOURCES = AUTO messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/libkcal.pot -DOXYGEN_REFERENCES=kresources +DOXYGEN_REFERENCES=tderesources include $(top_srcdir)/admin/Doxyfile.am -- cgit v1.2.1