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 /mpeglib/example/yaf | |
parent | 275f642e8f4d53a8530ec6c7ee69652765354ef9 (diff) | |
download | tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.tar.gz tdemultimedia-3bfcdbbf124ada52e8245aaeb3fa8cb539aa2b9b.zip |
Additional kde to tde renaming
Diffstat (limited to 'mpeglib/example/yaf')
-rw-r--r-- | mpeglib/example/yaf/yafcore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/example/yaf/yafcore/Makefile.am b/mpeglib/example/yaf/yafcore/Makefile.am index 95119cb5..86429887 100644 --- a/mpeglib/example/yaf/yafcore/Makefile.am +++ b/mpeglib/example/yaf/yafcore/Makefile.am @@ -32,7 +32,7 @@ libyafcore_la_SOURCES = buffer.cpp \ libyafcore_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) \ -no-undefined -avoid-version -libyafcore_la_LIBADD = -lkdefakes $(THIS_LIB_LIBS) +libyafcore_la_LIBADD = -ltdefakes $(THIS_LIB_LIBS) |