summaryrefslogtreecommitdiffstats
path: root/tdeabc/plugins/ldaptdeio
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/plugins/ldaptdeio')
-rw-r--r--tdeabc/plugins/ldaptdeio/CMakeLists.txt8
-rw-r--r--tdeabc/plugins/ldaptdeio/Makefile.am8
2 files changed, 8 insertions, 8 deletions
diff --git a/tdeabc/plugins/ldaptdeio/CMakeLists.txt b/tdeabc/plugins/ldaptdeio/CMakeLists.txt
index 820f6e017..58e54de0d 100644
--- a/tdeabc/plugins/ldaptdeio/CMakeLists.txt
+++ b/tdeabc/plugins/ldaptdeio/CMakeLists.txt
@@ -11,8 +11,8 @@
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/kabc
- ${CMAKE_SOURCE_DIR}/kabc
+ ${CMAKE_BINARY_DIR}/tdeabc
+ ${CMAKE_SOURCE_DIR}/tdeabc
${TQT_INCLUDE_DIRS}
${CMAKE_BINARY_DIR}/tdecore
@@ -34,12 +34,12 @@ link_directories(
install( FILES
resourceldaptdeio.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kabc )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc )
##### other data ################################
-install( FILES ldaptdeio.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/kabc )
+install( FILES ldaptdeio.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc )
##### kabc_ldaptdeio ##############################
diff --git a/tdeabc/plugins/ldaptdeio/Makefile.am b/tdeabc/plugins/ldaptdeio/Makefile.am
index bc81d13d8..9b2fc49a1 100644
--- a/tdeabc/plugins/ldaptdeio/Makefile.am
+++ b/tdeabc/plugins/ldaptdeio/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/kabc -I$(top_builddir)/kabc $(all_includes)
+INCLUDES = -I$(top_srcdir)/tdeabc -I$(top_builddir)/tdeabc $(all_includes)
# these are the headers for your project
noinst_HEADERS = resourceldaptdeioconfig.h
@@ -17,12 +17,12 @@ kabc_ldaptdeio_la_LIBADD = libkabc_ldaptdeio.la $(LIB_QT) $(LIB_TDECORE)
METASOURCES = AUTO
messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kabc_ldaptdeio.pot
+ $(XGETTEXT) *.cpp -o $(podir)/tdeabc_ldaptdeio.pot
-kabcincludedir = $(includedir)/kabc
+kabcincludedir = $(includedir)/tdeabc
kabcinclude_HEADERS = resourceldaptdeio.h
-servicedir = $(kde_servicesdir)/tderesources/kabc
+servicedir = $(kde_servicesdir)/tderesources/tdeabc
service_DATA = ldaptdeio.desktop
resourceldaptdeioplugin.lo: ../../addressee.h