diff options
Diffstat (limited to 'mpeglib')
-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) |