diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:12:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:12:36 -0600 |
commit | d2107b329f3eadbd4c193a21704fa6d4eedc0ed0 (patch) | |
tree | 78a4b23499d3e2319093af800445cd9df9554516 /apps/kttorinfo/Makefile.am | |
parent | d46a1fe34693137bbc38a0a79593af420ea0914b (diff) | |
download | ktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.tar.gz ktorrent-d2107b329f3eadbd4c193a21704fa6d4eedc0ed0.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'apps/kttorinfo/Makefile.am')
-rw-r--r-- | apps/kttorinfo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/kttorinfo/Makefile.am b/apps/kttorinfo/Makefile.am index dcb2cee..d85426e 100644 --- a/apps/kttorinfo/Makefile.am +++ b/apps/kttorinfo/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO bin_PROGRAMS = kttorinfo kttorinfo_SOURCES = main.cpp -kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kttorinfo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kttorinfo_LDADD = ../../libktorrent/libktorrent.la $(LIB_KPARTS) $(LIB_KFILE) \ $(LIB_KIO) |