summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:47:55 -0600
commitcf2c59f3a1a20e085f14de3a995224b1ba1dd131 (patch)
tree37e860f282bdc24d03b21af3fb44115eed93dc26 /khexedit/lib/Makefile.am
parentb885a1c438ceb69349e01bc01b0ff4917418dfc9 (diff)
downloadtdeutils-cf2c59f3a1a20e085f14de3a995224b1ba1dd131.tar.gz
tdeutils-cf2c59f3a1a20e085f14de3a995224b1ba1dd131.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'khexedit/lib/Makefile.am')
-rw-r--r--khexedit/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/lib/Makefile.am b/khexedit/lib/Makefile.am
index c0c92cc..24a5dec 100644
--- a/khexedit/lib/Makefile.am
+++ b/khexedit/lib/Makefile.am
@@ -7,7 +7,7 @@ METASOURCES = AUTO
# this library is used by the kbytesedit part and the khepart part
lib_LTLIBRARIES = libkhexeditcommon.la
libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined
-libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_KDECORE)
+libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE)
libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \
kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \
kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \