diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:33:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:33:45 -0600 |
commit | 16c6fdf596817a07a60c5c0f961e37df6e4b57e0 (patch) | |
tree | d6c98ec0b1bd7746bbae7cdd32dfd1f546a161c2 /src/Makefile.am | |
parent | 60e317ee66951ebe20a71ddcf54874ee99ae4065 (diff) | |
download | tdeio-umountwrapper-16c6fdf596817a07a60c5c0f961e37df6e4b57e0.tar.gz tdeio-umountwrapper-16c6fdf596817a07a60c5c0f961e37df6e4b57e0.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8ab2399..5812439 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_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kio_umountwrapper_LDADD = $(LIB_KDEUI) +kio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kio_umountwrapper_LDADD = $(LIB_TDEUI) |