From 173f622d8a83f0f02ec88645e965e6cb06d611c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Dec 2011 17:21:58 -0600 Subject: Rename additional KDE strings --- kiosktool/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kiosktool/Makefile.am') diff --git a/kiosktool/Makefile.am b/kiosktool/Makefile.am index 91082c9..3a19511 100644 --- a/kiosktool/Makefile.am +++ b/kiosktool/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = . kcms # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables -bin_PROGRAMS = kiosktool kiosktool-kdedirs +bin_PROGRAMS = kiosktool kiosktool-tdedirs # set the include path for X, qt and KDE INCLUDES = $(all_includes) @@ -32,13 +32,13 @@ kiosktool_SOURCES = main.cpp kioskgui.cpp kioskdata.cpp kioskrun.cpp \ kiosksync.cpp # the library search path. -kiosktool_kdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kiosktool_tdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. -kiosktool_kdedirs_LDADD = $(LIB_TDECORE) +kiosktool_tdedirs_LDADD = $(LIB_TDECORE) # which sources should be compiled for kiosktool -kiosktool_kdedirs_SOURCES = kiosktool-kdedirs.cpp +kiosktool_tdedirs_SOURCES = kiosktool-tdedirs.cpp # these are the headers for your project noinst_HEADERS = kioskgui.h -- cgit v1.2.3