diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:12:11 -0600 |
commit | fcfa140974dffb4e5980fd150a8d9a7ad743185b (patch) | |
tree | 71381bc3225adf3cdd0f8560c6c8b2c4b182ec95 /virt | |
parent | 527c1d6eee022fbe0fed30d64ca6695c48925be2 (diff) | |
download | krusader-fcfa140974dffb4e5980fd150a8d9a7ad743185b.tar.gz krusader-fcfa140974dffb4e5980fd150a8d9a7ad743185b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'virt')
-rw-r--r-- | virt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/Makefile.am b/virt/Makefile.am index 726b134..285bd59 100644 --- a/virt/Makefile.am +++ b/virt/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am of tdebase/kioslave/tar INCLUDES = $(all_includes) -AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor METASOURCES = AUTO kde_module_LTLIBRARIES = kio_virt.la |