summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-26 13:08:50 -0600
committerTimothy Pearson <[email protected]>2013-01-26 13:08:50 -0600
commit4f483f5baf51509a0e3d735e1ca172a72c3a1469 (patch)
treedce81f059f31069d261bcf166b42c075eb702e30
parentbc1a5cb57b39003a80eab65009e3e20be1cfd817 (diff)
downloadkerberostray-4f483f5baf51509a0e3d735e1ca172a72c3a1469.tar.gz
kerberostray-4f483f5baf51509a0e3d735e1ca172a72c3a1469.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dac86b9..96e1d64 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ bin_PROGRAMS = kerberostray
kerberostray_SOURCES = main.cpp toplevel.cpp configdlgbase.ui configdlg.cpp
kerberostray_METASOURCES = AUTO
-kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -ltdeldap
+kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdeldap
# LIB_KIO needed for KNotifyDialog
kerberostray_LDADD = $(LIB_TDEUI) $(LIB_KIO)