summaryrefslogtreecommitdiffstats
path: root/libemailfunctions
diff options
context:
space:
mode:
Diffstat (limited to 'libemailfunctions')
-rw-r--r--libemailfunctions/CMakeLists.txt2
-rw-r--r--libemailfunctions/Makefile.am2
-rw-r--r--libemailfunctions/email.cpp2
-rw-r--r--libemailfunctions/email.h2
-rw-r--r--libemailfunctions/tests/Makefile.am6
5 files changed, 7 insertions, 7 deletions
diff --git a/libemailfunctions/CMakeLists.txt b/libemailfunctions/CMakeLists.txt
index 8f0a21f7..bc276c55 100644
--- a/libemailfunctions/CMakeLists.txt
+++ b/libemailfunctions/CMakeLists.txt
@@ -24,7 +24,7 @@ link_directories(
##### header files ################################
-if( BUILD_LIBKDEPIM )
+if( BUILD_LIBTDEPIM )
install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/kde/libemailfunctions )
endif()
diff --git a/libemailfunctions/Makefile.am b/libemailfunctions/Makefile.am
index f27897b0..7782383f 100644
--- a/libemailfunctions/Makefile.am
+++ b/libemailfunctions/Makefile.am
@@ -7,7 +7,7 @@ libemailfunctions_la_SOURCES = email.cpp idmapper.cpp kasciistricmp.cpp \
libemailfunctions_la_LDFLAGS = $(all_libraries) -no-undefined
## Since this is a noinst library, in case of --enable-closure we need
## to link it explicitly to the libraries that it uses.
-libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_QT) $(LIB_KDECORE)
+libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_QT) $(LIB_TDECORE)
emailfunctionsincludedir = $(includedir)/libemailfunctions
emailfunctionsinclude_HEADERS = idmapper.h
diff --git a/libemailfunctions/email.cpp b/libemailfunctions/email.cpp
index b11b1837..b4d81f0b 100644
--- a/libemailfunctions/email.cpp
+++ b/libemailfunctions/email.cpp
@@ -1,7 +1,7 @@
/* -*- mode: C++; c-file-style: "gnu" -*-
This file is part of tdepim.
- Copyright (c) 2004 KDEPIM developers
+ Copyright (c) 2004 TDEPIM developers
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/libemailfunctions/email.h b/libemailfunctions/email.h
index 79797f4a..6c2a522d 100644
--- a/libemailfunctions/email.h
+++ b/libemailfunctions/email.h
@@ -1,7 +1,7 @@
/* -*- mode: C++; c-file-style: "gnu" -*-
This file is part of tdepim.
- Copyright (c) 2004 KDEPIM developers
+ Copyright (c) 2004 TDEPIM developers
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/libemailfunctions/tests/Makefile.am b/libemailfunctions/tests/Makefile.am
index 0bfb9ca0..d53eb271 100644
--- a/libemailfunctions/tests/Makefile.am
+++ b/libemailfunctions/tests/Makefile.am
@@ -1,13 +1,13 @@
AM_CPPFLAGS = -I$(top_srcdir)/libemailfunctions $(all_includes)
-LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_KDECORE)
+LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_TDECORE)
check_PROGRAMS = testidmapper testemail
TESTS = testemail
-testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testidmapper_SOURCES = testidmapper.cpp
-testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testemail_SOURCES = testemail.cpp
METASOURCES = AUTO