diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:50 +0200 |
commit | 475525ca12a25844b3673e191c4cba34a0ce02f3 (patch) | |
tree | 1e3d3a789bea0cf5f1d80cd1743f14cfcfa36979 /fileplugin/Makefile.am | |
parent | 139208384286337f4959277cd959e472d1f36685 (diff) | |
download | kbarcode-475525ca12a25844b3673e191c4cba34a0ce02f3.tar.gz kbarcode-475525ca12a25844b3673e191c4cba34a0ce02f3.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'fileplugin/Makefile.am')
-rw-r--r-- | fileplugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am index 12e5903..4abb9cc 100644 --- a/fileplugin/Makefile.am +++ b/fileplugin/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdefile_kbarcode.la tdefile_kbarcode_la_SOURCES = tdefile_kbarcode.cpp tdefile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) $(all_libraries) -tdefile_kbarcode_la_LIBADD = $(LIB_KSYCOCA) $(LIB_TDECORE) +tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |