diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:55:42 -0600 |
commit | bc71c5b1f383050cd74e96812fda7e91f88f4dfa (patch) | |
tree | 6db2129df9836d876966b3fd2435a1578104021a /virt/Makefile.am | |
parent | ecb4aba1737ce20e9e8aa3f719e7beea95e0b162 (diff) | |
download | krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.tar.gz krusader-bc71c5b1f383050cd74e96812fda7e91f88f4dfa.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'virt/Makefile.am')
-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 285bd59..d0a5971 100644 --- a/virt/Makefile.am +++ b/virt/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am of tdebase/kioslave/tar +## Makefile.am of tdebase/tdeioslave/tar INCLUDES = $(all_includes) AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor |