From 84a108376d7f1654d209c16baa092b84bd0996a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:29:16 -0600 Subject: [PATCH] Rename a few build variables for overall consistency --- kcron/Makefile.am | 2 +- kdat/Makefile.am | 2 +- kpackage/Makefile.am | 2 +- ksysv/Makefile.am | 2 +- tdefile-plugins/deb/tdefile_deb.h | 4 ++-- tdefile-plugins/rpm/tdefile_rpm.h | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kcron/Makefile.am b/kcron/Makefile.am index 441ffa4..d6a90c6 100644 --- a/kcron/Makefile.am +++ b/kcron/Makefile.am @@ -102,7 +102,7 @@ kcron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $( messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kcron.pot -kcron_LDADD = $(LIB_KFILE) -ltdeprint +kcron_LDADD = $(LIB_TDEFILE) -ltdeprint xdg_apps_DATA = kcron.desktop diff --git a/kdat/Makefile.am b/kdat/Makefile.am index e24017d..5d01caa 100644 --- a/kdat/Makefile.am +++ b/kdat/Makefile.am @@ -67,7 +67,7 @@ kdat_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(L # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kdat_LDADD = $(LIB_KFILE) +kdat_LDADD = $(LIB_TDEFILE) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = \ diff --git a/kpackage/Makefile.am b/kpackage/Makefile.am index 57d62d3..1a4eb3c 100644 --- a/kpackage/Makefile.am +++ b/kpackage/Makefile.am @@ -24,7 +24,7 @@ kpackage_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kpackage_LDADD = $(LIB_KFILE) $(LIBINTL) $(LIBZ) $(LIBUTEMPTER) +kpackage_LDADD = $(LIB_TDEFILE) $(LIBINTL) $(LIBZ) $(LIBUTEMPTER) INCLUDES = $(all_includes) diff --git a/ksysv/Makefile.am b/ksysv/Makefile.am index bb2573a..c1db389 100644 --- a/ksysv/Makefile.am +++ b/ksysv/Makefile.am @@ -39,7 +39,7 @@ ksysv_SOURCES = main.cpp \ # the library search path ksysv_METASOURCES = AUTO ksysv_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ksysv_LDADD = $(LIB_KFILE) -ltdeprint +ksysv_LDADD = $(LIB_TDEFILE) -ltdeprint # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = ActionList.h \ diff --git a/tdefile-plugins/deb/tdefile_deb.h b/tdefile-plugins/deb/tdefile_deb.h index ef6979f..3b8a9ab 100644 --- a/tdefile-plugins/deb/tdefile_deb.h +++ b/tdefile-plugins/deb/tdefile_deb.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_DEB_H__ -#define __KFILE_DEB_H__ +#ifndef __TDEFILE_DEB_H__ +#define __TDEFILE_DEB_H__ #include diff --git a/tdefile-plugins/rpm/tdefile_rpm.h b/tdefile-plugins/rpm/tdefile_rpm.h index 534650a..028f374 100644 --- a/tdefile-plugins/rpm/tdefile_rpm.h +++ b/tdefile-plugins/rpm/tdefile_rpm.h @@ -17,8 +17,8 @@ * */ -#ifndef __KFILE_RPM_H__ -#define __KFILE_RPM_H__ +#ifndef __TDEFILE_RPM_H__ +#define __TDEFILE_RPM_H__ #include