diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:07 -0600 |
commit | fb758f679005d3eb923888302ade9b6e4dda15bb (patch) | |
tree | 60658c27bd33523266b992b1e50774ca76b965a1 /kverbos | |
parent | 9f2c757e1a1694373c11427a00502c2ff4c2d403 (diff) | |
download | tdeedu-fb758f679005d3eb923888302ade9b6e4dda15bb.tar.gz tdeedu-fb758f679005d3eb923888302ade9b6e4dda15bb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kverbos')
-rw-r--r-- | kverbos/kverbos/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kverbos/kverbos/Makefile.am b/kverbos/kverbos/Makefile.am index e78c5af2..622553a4 100644 --- a/kverbos/kverbos/Makefile.am +++ b/kverbos/kverbos/Makefile.am @@ -19,7 +19,7 @@ INCLUDES= $(all_includes) METASOURCES = AUTO # the library search path. -kverbos_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kverbos_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor rcdir = $(kde_datadir)/kverbos rc_DATA = kverbosui.rc |