diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:59:52 +0200 |
commit | 78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b (patch) | |
tree | 073fd8dfc96771e4fc8f8bff5b97fccbf9f7f91c /tdefile-plugins/raw/Makefile.am | |
parent | 580e97ebe258cc3c6745aa49fbc6a423de32c9ba (diff) | |
download | tdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.tar.gz tdegraphics-78cc506bbab7c8fc2f8b4f6cb183b4ab157b762b.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdefile-plugins/raw/Makefile.am')
-rw-r--r-- | tdefile-plugins/raw/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/raw/Makefile.am b/tdefile-plugins/raw/Makefile.am index 196aa4bd..7fb828b8 100644 --- a/tdefile-plugins/raw/Makefile.am +++ b/tdefile-plugins/raw/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = kcamerarawplugin.h kde_module_LTLIBRARIES = tdefile_raw.la tdefile_raw_la_SOURCES = kcamerarawplugin.cpp parse.c -tdefile_raw_la_LIBADD = $(LIB_KIO) +tdefile_raw_la_LIBADD = $(LIB_TDEIO) tdefile_raw_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) # let automoc handle all of the meta source files (moc) |