diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:21 -0600 |
commit | 3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b (patch) | |
tree | d69f9f717e93a0731424e4817804402ebc342318 /kfile-plugins/theora | |
parent | 275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff) | |
download | tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip |
Additional kde to tde renaming
Diffstat (limited to 'kfile-plugins/theora')
-rw-r--r-- | kfile-plugins/theora/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfile-plugins/theora/Makefile.am b/kfile-plugins/theora/Makefile.am index 78bb27c9..7f31443a 100644 --- a/kfile-plugins/theora/Makefile.am +++ b/kfile-plugins/theora/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = kfile_theora.h kde_module_LTLIBRARIES = kfile_theora.la kfile_theora_la_SOURCES = kfile_theora.cpp -kfile_theora_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor -module $(KDE_PLUGIN) +kfile_theora_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor -module $(KDE_PLUGIN) kfile_theora_la_LIBADD = $(LIB_KIO) -logg -lvorbis -ltheora # let automoc handle all of the meta source files (moc) |