diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:09:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:09:14 -0600 |
commit | 125736d8cb3d7d19083707f01d6195007fcffb38 (patch) | |
tree | 4cf243a1304bb84ef16b828569f0cb60d2472a9c /src | |
parent | 3858c9720a0f7c205cf35da7becbf061612fbbf2 (diff) | |
download | tdeio-umountwrapper-125736d8cb3d7d19083707f01d6195007fcffb38.tar.gz tdeio-umountwrapper-125736d8cb3d7d19083707f01d6195007fcffb38.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5812439..2063327 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,6 @@ bin_PROGRAMS = kio_umountwrapper # the application source, library search path, and link libraries kio_umountwrapper_SOURCES = main.cpp kio_umountwrapper.cpp -kio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kio_umountwrapper_LDADD = $(LIB_TDEUI) |