diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:19:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:19:29 -0600 |
commit | f2f417287a63c35058879fc332cd25796eea76ad (patch) | |
tree | 1c0b9507d7ddedf2899c58addaedc56bc9eb29b8 /src/Makefile.am | |
parent | ba178964a596edf3fe02862e64cf398b7ad3c28a (diff) | |
download | tdeio-umountwrapper-f2f417287a63c35058879fc332cd25796eea76ad.tar.gz tdeio-umountwrapper-f2f417287a63c35058879fc332cd25796eea76ad.zip |
Additional kde to tde renaming
Diffstat (limited to 'src/Makefile.am')
-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 5822aaa..8ab2399 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) -lkdefx $(LIB_KIO) -lktexteditor +kio_umountwrapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kio_umountwrapper_LDADD = $(LIB_KDEUI) |