Rename a few build variables for overall consistency

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 12 years ago
parent 9f89b46134
commit 84a108376d

@ -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

@ -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 = \

@ -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)

@ -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 \

@ -17,8 +17,8 @@
*
*/
#ifndef __KFILE_DEB_H__
#define __KFILE_DEB_H__
#ifndef __TDEFILE_DEB_H__
#define __TDEFILE_DEB_H__
#include <tdefilemetainfo.h>

@ -17,8 +17,8 @@
*
*/
#ifndef __KFILE_RPM_H__
#define __KFILE_RPM_H__
#ifndef __TDEFILE_RPM_H__
#define __TDEFILE_RPM_H__
#include <tdefilemetainfo.h>

Loading…
Cancel
Save